Shades of Fern Green #497045
Tints of Fern Green #497045
RGB
CMYK
RGB Variations
Color information
#497045 (or 0x497045) is known color: Fern Green. HEX triplet: 49, 70 and 45. RGB value is (73,112,69). Sum of RGB (Red+Green+Blue) = 73+112+69=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #497045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497045 is #B68FBA. Grayscale: #5F5F5F. Windows color (decimal): -11964347 or 4550729. OLE color: 4550729.
HSL color Cylindrical-coordinate representation of color #497045: hue angle of 114.42º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497045 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 69 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.56 |
| HSL | 114.42º | 0.24% | 0.35% | - |
| HSV(B) | 114.42º | 0.38% | 0.44% | - |
| XYZ | 9.62 | 13.43 | 7.72 | - |
| YUV | 95.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 69 | 0.35 | 0 | 0.38 | 0.56 | 114.42 | 0.24 | 0.35 |
| Hex | 49 | 70 | 45 | 23 | 0 | 26 | 38 | 72 | 18 | 23 |
| Octal | 111 | 160 | 105 | 43 | 0 | 46 | 70 | 162 | 30 | 43 |
| Binary | 1001001 | 1110000 | 1000101 | 100011 | 0 | 100110 | 111000 | 1110010 | 11000 | 100011 |
Color Harmonies of #497045
Complementary color
Monochromatic Colors of #497045
Black with #497045
Text Example
Text Example
White with #497045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497045; }
p { color: rgb(73,112,69); }
H1.HeaderClassName
{
color: #497045;
}
.AnyTagClassName
{
color: #497045;
}
</style>
background-color css
<style>
a { background-color: #497045; }
a { background-color: rgb(73,112,69); }
div.DivClassName
{
background-color: #497045;
}
.BgClassName
{
background-color: #497045;
}
</style>
border-color css
<style>
span { border-color: #497045; }
span { border-color: rgb(73,112,69); }
td.TdClassName
{
border-color: #497045;
}
.TagClassName
{
border-color: #497045;
}
</style>