#49D35A

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

Shades of Emerald #49D35A

Tints of Emerald #49D35A

Color information

#49D35A (or 0x49D35A) is unknown color: approx Emerald. HEX triplet: 49, D3 and 5A. RGB value is (73,211,90). Sum of RGB (Red+Green+Blue) = 73+211+90=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #49D35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D35A is #B62CA5. Grayscale: #9C9C9C. Windows color (decimal): -11938982 or 5952329. OLE color: 5952329.

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

Color convert

RGB7321190-
CMYK0.6500.570.17
HSL127.39º61.06%55.69%-
HSV(B)127.39º65.4%82.75%-
XYZ27.8948.7417.61-
YUV155.9490.7868.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 211 (82.81% from 255) = 56.42%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=19.52%
G=56.42%
B=24.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73211900.6500.570.17127.3961.0655.69
Hex49D35A41039117f3d38
Octal111323132101071211777570
Binary100100111010011101101010000010111001100011111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,211,90); }

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

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

 a { background-color: rgb(73,211,90); }

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

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

 span { border-color: rgb(73,211,90); }

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