Shades of Fern Green #497541
Tints of Fern Green #497541
RGB
CMYK
RGB Variations
Color information
#497541 (or 0x497541) is known color: Fern Green. HEX triplet: 49, 75 and 41. RGB value is (73,117,65). Sum of RGB (Red+Green+Blue) = 73+117+65=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #497541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497541 is #B68ABE. Grayscale: #626262. Windows color (decimal): -11963071 or 4289865. OLE color: 4289865.
HSL color Cylindrical-coordinate representation of color #497541: hue angle of 110.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497541 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 65 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.54 |
| HSL | 110.77º | 0.29% | 0.36% | - |
| HSV(B) | 110.77º | 0.44% | 0.46% | - |
| XYZ | 10.06 | 14.52 | 7.27 | - |
| YUV | 97.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 65 | 0.38 | 0 | 0.44 | 0.54 | 110.77 | 0.29 | 0.36 |
| Hex | 49 | 75 | 41 | 26 | 0 | 2C | 36 | 6F | 1D | 24 |
| Octal | 111 | 165 | 101 | 46 | 0 | 54 | 66 | 157 | 35 | 44 |
| Binary | 1001001 | 1110101 | 1000001 | 100110 | 0 | 101100 | 110110 | 1101111 | 11101 | 100100 |
Color Harmonies of #497541
Complementary color
Monochromatic Colors of #497541
Black with #497541
Text Example
Text Example
White with #497541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497541; }
p { color: rgb(73,117,65); }
H1.HeaderClassName
{
color: #497541;
}
.AnyTagClassName
{
color: #497541;
}
</style>
background-color css
<style>
a { background-color: #497541; }
a { background-color: rgb(73,117,65); }
div.DivClassName
{
background-color: #497541;
}
.BgClassName
{
background-color: #497541;
}
</style>
border-color css
<style>
span { border-color: #497541; }
span { border-color: rgb(73,117,65); }
td.TdClassName
{
border-color: #497541;
}
.TagClassName
{
border-color: #497541;
}
</style>