#49C064

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

Shades of Emerald #49C064

Tints of Emerald #49C064

Color information

#49C064 (or 0x49C064) is unknown color: approx Emerald. HEX triplet: 49, C0 and 64. RGB value is (73,192,100). Sum of RGB (Red+Green+Blue) = 73+192+100=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #49C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C064 is #B63F9B. Grayscale: #929292. Windows color (decimal): -11943836 or 6602825. OLE color: 6602825.

HSL color Cylindrical-coordinate representation of color #49C064: hue angle of 133.61º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C064 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB73192100-
CMYK0.6200.480.25
HSL133.61º48.57%51.96%-
HSV(B)133.61º61.98%75.29%-
XYZ23.940.0418.52-
YUV145.93102.0875.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=20%
G=52.60%
B=27.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731921000.6200.480.25133.6148.5751.96
Hex49C0643E03019863134
Octal11130014476060312066164
Binary100100111000000110010011111001100001100110000110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,100); }

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

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

 a { background-color: rgb(73,192,100); }

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

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

 span { border-color: rgb(73,192,100); }

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