#49C261

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

Shades of Emerald #49C261

Tints of Emerald #49C261

Color information

#49C261 (or 0x49C261) is unknown color: approx Emerald. HEX triplet: 49, C2 and 61. RGB value is (73,194,97). Sum of RGB (Red+Green+Blue) = 73+194+97=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #49C261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C261 is #B63D9E. Grayscale: #939393. Windows color (decimal): -11943327 or 6406729. OLE color: 6406729.

HSL color Cylindrical-coordinate representation of color #49C261: hue angle of 131.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C261 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB7319497-
CMYK0.6200.500.24
HSL131.9º49.79%52.35%-
HSV(B)131.9º62.37%76.08%-
XYZ24.240.8617.92-
YUV146.7699.9175.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=20.05%
G=53.30%
B=26.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73194970.6200.500.24131.949.7952.35
Hex49C2613E03218843234
Octal11130214176062302046264
Binary100100111000010110000111111001100101100010000100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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