#49D45E

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

Shades of Emerald #49D45E

Tints of Emerald #49D45E

Color information

#49D45E (or 0x49D45E) is unknown color: approx Emerald. HEX triplet: 49, D4 and 5E. RGB value is (73,212,94). Sum of RGB (Red+Green+Blue) = 73+212+94=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #49D45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D45E is #B62BA1. Grayscale: #9D9D9D. Windows color (decimal): -11938722 or 6214729. OLE color: 6214729.

HSL color Cylindrical-coordinate representation of color #49D45E: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D45E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB7321294-
CMYK0.6600.560.17
HSL129.06º61.78%55.88%-
HSV(B)129.06º65.57%83.14%-
XYZ28.3149.3118.62-
YUV156.9992.4568.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 212 (83.20% from 255) = 55.94%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=19.26%
G=55.94%
B=24.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73212940.6600.560.17129.0661.7855.88
Hex49D45E4203811813e38
Octal111324136102070212017670
Binary1001001110101001011110100001001110001000110000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,212,94); }

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

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

 a { background-color: rgb(73,212,94); }

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

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

 span { border-color: rgb(73,212,94); }

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