#496D45

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

Shades of Fern Green #496D45

Tints of Fern Green #496D45

Color information

#496D45 (or 0x496D45) is unknown color: approx Fern Green. HEX triplet: 49, 6D and 45. RGB value is (73,109,69). Sum of RGB (Red+Green+Blue) = 73+109+69=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #496D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D45 is #B692BA. Grayscale: #5D5D5D. Windows color (decimal): -11965115 or 4549961. OLE color: 4549961.

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

Color convert

RGB7310969-
CMYK0.3300.370.57
HSL114º22.47%34.9%-
HSV(B)114º36.7%42.75%-
XYZ9.2912.787.61-
YUV93.68114.07113.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=29.08%
G=43.43%
B=27.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109690.3300.370.5711422.4734.9
Hex496D452102539721623
Octal11115510541045711622643
Binary1001001110110110001011000010100101111001111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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