#496D42

Color #496D42 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #496D42

Tints of Fern Green #496D42

Color information

#496D42 (or 0x496D42) is unknown color: approx Fern Green. HEX triplet: 49, 6D and 42. RGB value is (73,109,66). Sum of RGB (Red+Green+Blue) = 73+109+66=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #496D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D42 is #B692BD. Grayscale: #5D5D5D. Windows color (decimal): -11965118 or 4353353. OLE color: 4353353.

HSL color Cylindrical-coordinate representation of color #496D42: hue angle of 110.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496D42 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB7310966-
CMYK0.3300.390.57
HSL110.23º24.57%34.31%-
HSV(B)110.23º39.45%42.75%-
XYZ9.212.757.13-
YUV93.33112.57113.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=29.44%
G=43.95%
B=26.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109660.3300.390.57110.2324.5734.31
Hex496D4221027396e1922
Octal11115510241047711563142
Binary1001001110110110000101000010100111111001110111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D42; }

 p { color: rgb(73,109,66); }

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

<style>
 a { background-color: #496D42; }

 a { background-color: rgb(73,109,66); }

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

<style>
 span { border-color: #496D42; }

 span { border-color: rgb(73,109,66); }

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