#497041

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

Shades of Fern Green #497041

Tints of Fern Green #497041

Color information

#497041 (or 0x497041) is unknown color: approx Fern Green. HEX triplet: 49, 70 and 41. RGB value is (73,112,65). Sum of RGB (Red+Green+Blue) = 73+112+65=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #497041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497041 is #B68FBE. Grayscale: #5F5F5F. Windows color (decimal): -11964351 or 4288585. OLE color: 4288585.

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

Color convert

RGB7311265-
CMYK0.3500.420.56
HSL109.79º26.55%34.71%-
HSV(B)109.79º41.96%43.92%-
XYZ9.513.397.08-
YUV94.98111.08112.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 65 (25.78% from 255) = 26%
R=29.2%
G=44.8%
B=26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112650.3500.420.56109.7926.5534.71
Hex4970412302A386e1b23
Octal11116010143052701563343
Binary1001001111000010000011000110101010111000110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497041; }

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

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

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

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

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

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

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

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