#49E561

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

Shades of Emerald #49E561

Tints of Emerald #49E561

Color information

#49E561 (or 0x49E561) is unknown color: approx Emerald. HEX triplet: 49, E5 and 61. RGB value is (73,229,97). Sum of RGB (Red+Green+Blue) = 73+229+97=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #49E561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E561 is #B61A9E. Grayscale: #A7A7A7. Windows color (decimal): -11934367 or 6415689. OLE color: 6415689.

HSL color Cylindrical-coordinate representation of color #49E561: hue angle of 129.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E561 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB7322997-
CMYK0.6800.580.10
HSL129.23º75%59.22%-
HSV(B)129.23º68.12%89.8%-
XYZ32.9258.3220.83-
YUV167.3188.3260.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 229 (89.84% from 255) = 57.39%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=18.30%
G=57.39%
B=24.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73229970.6800.580.10129.237559.22
Hex49E5614403AA814b3b
Octal1113451411040721220111373
Binary1001001111001011100001100010001110101010100000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,229,97); }

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

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

 a { background-color: rgb(73,229,97); }

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

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

 span { border-color: rgb(73,229,97); }

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