#48D068

Color #48D068 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #48D068

Tints of Emerald #48D068

Color information

#48D068 (or 0x48D068) is unknown color: approx Emerald. HEX triplet: 48, D0 and 68. RGB value is (72,208,104). Sum of RGB (Red+Green+Blue) = 72+208+104=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #48D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D068 is #B72F97. Grayscale: #9B9B9B. Windows color (decimal): -12005272 or 6869064. OLE color: 6869064.

HSL color Cylindrical-coordinate representation of color #48D068: hue angle of 134.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D068 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB72208104-
CMYK0.6500.50.18
HSL134.12º59.13%54.9%-
HSV(B)134.12º65.38%81.57%-
XYZ27.7347.4920.8-
YUV155.4898.9468.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 208 (81.64% from 255) = 54.17%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=18.75%
G=54.17%
B=27.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722081040.6500.50.18134.1259.1354.9
Hex48D0684103212863b37
Octal110320150101062222067367
Binary1001000110100001101000100000101100101001010000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48D068; }

 p { color: rgb(72,208,104); }

 H1.HeaderClassName
 {
   color: #48D068;
 }
 .AnyTagClassName
 {
   color: #48D068;
 }
</style>
background-color css

<style>
 a { background-color: #48D068; }

 a { background-color: rgb(72,208,104); }

 div.DivClassName
 {
   background-color: #48D068;
 }
 .BgClassName
 {
   background-color: #48D068;
 }
</style>
border-color css

<style>
 span { border-color: #48D068; }

 span { border-color: rgb(72,208,104); }

 td.TdClassName
 {
   border-color: #48D068;
 }
 .TagClassName
 {
   border-color: #48D068;
 }
</style>