#49D16C

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

Shades of Emerald #49D16C

Tints of Emerald #49D16C

Color information

#49D16C (or 0x49D16C) is unknown color: approx Emerald. HEX triplet: 49, D1 and 6C. RGB value is (73,209,108). Sum of RGB (Red+Green+Blue) = 73+209+108=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #49D16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D16C is #B62E93. Grayscale: #9D9D9D. Windows color (decimal): -11939476 or 7131465. OLE color: 7131465.

HSL color Cylindrical-coordinate representation of color #49D16C: hue angle of 135.44º degrees, saturation: 0.6, 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 #49D16C is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB73209108-
CMYK0.6500.480.18
HSL135.44º59.65%55.29%-
HSV(B)135.44º65.07%81.96%-
XYZ28.2548.121.98-
YUV156.82100.4468.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 209 (82.03% from 255) = 53.59%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=18.72%
G=53.59%
B=27.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732091080.6500.480.18135.4459.6555.29
Hex49D16C4103012873c37
Octal111321154101060222077467
Binary1001001110100011101100100000101100001001010000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49D16C; }

 p { color: rgb(73,209,108); }

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

<style>
 a { background-color: #49D16C; }

 a { background-color: rgb(73,209,108); }

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

<style>
 span { border-color: #49D16C; }

 span { border-color: rgb(73,209,108); }

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