#49C05E

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

Shades of Emerald #49C05E

Tints of Emerald #49C05E

Color information

#49C05E (or 0x49C05E) is unknown color: approx Emerald. HEX triplet: 49, C0 and 5E. RGB value is (73,192,94). Sum of RGB (Red+Green+Blue) = 73+192+94=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #49C05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C05E is #B63FA1. Grayscale: #919191. Windows color (decimal): -11943842 or 6209609. OLE color: 6209609.

HSL color Cylindrical-coordinate representation of color #49C05E: hue angle of 130.59º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C05E is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB7319294-
CMYK0.6200.510.25
HSL130.59º48.57%51.96%-
HSV(B)130.59º61.98%75.29%-
XYZ23.6239.9217.05-
YUV145.2599.0876.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=20.33%
G=53.48%
B=26.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73192940.6200.510.25130.5948.5751.96
Hex49C05E3E03319833134
Octal11130013676063312036164
Binary100100111000000101111011111001100111100110000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,94); }

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

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

 a { background-color: rgb(73,192,94); }

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

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

 span { border-color: rgb(73,192,94); }

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