#49D65A

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

Shades of Emerald #49D65A

Tints of Emerald #49D65A

Color information

#49D65A (or 0x49D65A) is unknown color: approx Emerald. HEX triplet: 49, D6 and 5A. RGB value is (73,214,90). Sum of RGB (Red+Green+Blue) = 73+214+90=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #49D65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D65A is #B629A5. Grayscale: #9E9E9E. Windows color (decimal): -11938214 or 5953097. OLE color: 5953097.

HSL color Cylindrical-coordinate representation of color #49D65A: hue angle of 127.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D65A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB7321490-
CMYK0.6600.580.16
HSL127.23º63.23%56.27%-
HSV(B)127.23º65.89%83.92%-
XYZ28.6450.2517.86-
YUV157.789.7967.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 214 (83.98% from 255) = 56.76%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=19.36%
G=56.76%
B=23.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73214900.6600.580.16127.2363.2356.27
Hex49D65A4203A107f3f38
Octal111326132102072201777770
Binary100100111010110101101010000100111010100001111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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