#496D41

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

Shades of Fern Green #496D41

Tints of Fern Green #496D41

Color information

#496D41 (or 0x496D41) is unknown color: approx Fern Green. HEX triplet: 49, 6D and 41. RGB value is (73,109,65). Sum of RGB (Red+Green+Blue) = 73+109+65=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #496D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D41 is #B692BE. Grayscale: #5D5D5D. Windows color (decimal): -11965119 or 4287817. OLE color: 4287817.

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

Color convert

RGB7310965-
CMYK0.3300.400.57
HSL109.09º25.29%34.12%-
HSV(B)109.09º40.37%42.75%-
XYZ9.1712.746.98-
YUV93.22112.07113.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=29.55%
G=44.13%
B=26.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109650.3300.400.57109.0925.2934.12
Hex496D4121028396d1922
Octal11115510141050711553142
Binary1001001110110110000011000010101000111001110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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