#48D374

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

Shades of Emerald #48D374

Tints of Emerald #48D374

Color information

#48D374 (or 0x48D374) is unknown color: approx Emerald. HEX triplet: 48, D3 and 74. RGB value is (72,211,116). Sum of RGB (Red+Green+Blue) = 72+211+116=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #48D374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D374 is #B72C8B. Grayscale: #9E9E9E. Windows color (decimal): -12004492 or 7656264. OLE color: 7656264.

HSL color Cylindrical-coordinate representation of color #48D374: hue angle of 138.99º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D374 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB72211116-
CMYK0.6600.450.17
HSL138.99º61.23%55.49%-
HSV(B)138.99º65.88%82.75%-
XYZ29.1249.2324.49-
YUV158.61103.9566.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 211 (82.81% from 255) = 52.88%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=18.05%
G=52.88%
B=29.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal722111160.6600.450.17138.9961.2355.49
Hex48D3744202D118b3d37
Octal110323164102055212137567
Binary1001000110100111110100100001001011011000110001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,211,116); }

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

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

 a { background-color: rgb(72,211,116); }

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

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

 span { border-color: rgb(72,211,116); }

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