#496F42

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

Shades of Fern Green #496F42

Tints of Fern Green #496F42

Color information

#496F42 (or 0x496F42) is unknown color: approx Fern Green. HEX triplet: 49, 6F and 42. RGB value is (73,111,66). Sum of RGB (Red+Green+Blue) = 73+111+66=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #496F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F42 is #B690BD. Grayscale: #5E5E5E. Windows color (decimal): -11964606 or 4353865. OLE color: 4353865.

HSL color Cylindrical-coordinate representation of color #496F42: hue angle of 110.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #496F42 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB7311166-
CMYK0.3400.410.56
HSL110.67º25.42%34.71%-
HSV(B)110.67º40.54%43.53%-
XYZ9.4213.187.2-
YUV94.51111.91112.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=29.2%
G=44.4%
B=26.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111660.3400.410.56110.6725.4234.71
Hex496F4222029386f1923
Octal11115710242051701573143
Binary1001001110111110000101000100101001111000110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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