#49E46E

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

Shades of Emerald #49E46E

Tints of Emerald #49E46E

Color information

#49E46E (or 0x49E46E) is unknown color: approx Emerald. HEX triplet: 49, E4 and 6E. RGB value is (73,228,110). Sum of RGB (Red+Green+Blue) = 73+228+110=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #49E46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E46E is #B61B91. Grayscale: #A8A8A8. Windows color (decimal): -11934610 or 7267401. OLE color: 7267401.

HSL color Cylindrical-coordinate representation of color #49E46E: hue angle of 134.32º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E46E is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB73228110-
CMYK0.6800.520.11
HSL134.32º74.16%59.02%-
HSV(B)134.32º67.98%89.41%-
XYZ33.3158.0324.2-
YUV168.295.1560.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 228 (89.45% from 255) = 55.47%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=17.76%
G=55.47%
B=26.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281100.6800.520.11134.3274.1659.02
Hex49E46E44034B864a3b
Octal1113441561040641320611273
Binary1001001111001001101110100010001101001011100001101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,110); }

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

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

 a { background-color: rgb(73,228,110); }

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

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

 span { border-color: rgb(73,228,110); }

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