#49DD59

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

Shades of Emerald #49DD59

Tints of Emerald #49DD59

Color information

#49DD59 (or 0x49DD59) is unknown color: approx Emerald. HEX triplet: 49, DD and 59. RGB value is (73,221,89). Sum of RGB (Red+Green+Blue) = 73+221+89=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD59 is #B622A6. Grayscale: #A2A2A2. Windows color (decimal): -11936423 or 5889353. OLE color: 5889353.

HSL color Cylindrical-coordinate representation of color #49DD59: hue angle of 126.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD59 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB7322189-
CMYK0.6700.600.13
HSL126.49º68.52%57.65%-
HSV(B)126.49º66.97%86.67%-
XYZ30.4153.8518.24-
YUV161.786.9764.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 221 (86.72% from 255) = 57.70%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=19.06%
G=57.70%
B=23.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73221890.6700.600.13126.4968.5257.65
Hex49DD594303CD7e453a
Octal1113351311030741517610572
Binary100100111011101101100110000110111100110111111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,89); }

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

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

 a { background-color: rgb(73,221,89); }

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

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

 span { border-color: rgb(73,221,89); }

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