Shades of Fern Green #497245
Tints of Fern Green #497245
RGB
CMYK
RGB Variations
Color information
#497245 (or 0x497245) is known color: Fern Green. HEX triplet: 49, 72 and 45. RGB value is (73,114,69). Sum of RGB (Red+Green+Blue) = 73+114+69=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #497245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497245 is #B68DBA. Grayscale: #606060. Windows color (decimal): -11963835 or 4551241. OLE color: 4551241.
HSL color Cylindrical-coordinate representation of color #497245: hue angle of 114.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497245 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 69 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.55 |
| HSL | 114.67º | 0.25% | 0.36% | - |
| HSV(B) | 114.67º | 0.39% | 0.45% | - |
| XYZ | 9.84 | 13.88 | 7.79 | - |
| YUV | 96.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 69 | 0.36 | 0 | 0.39 | 0.55 | 114.67 | 0.25 | 0.36 |
| Hex | 49 | 72 | 45 | 24 | 0 | 27 | 37 | 73 | 19 | 24 |
| Octal | 111 | 162 | 105 | 44 | 0 | 47 | 67 | 163 | 31 | 44 |
| Binary | 1001001 | 1110010 | 1000101 | 100100 | 0 | 100111 | 110111 | 1110011 | 11001 | 100100 |
Color Harmonies of #497245
Complementary color
Monochromatic Colors of #497245
Black with #497245
Text Example
Text Example
White with #497245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497245; }
p { color: rgb(73,114,69); }
H1.HeaderClassName
{
color: #497245;
}
.AnyTagClassName
{
color: #497245;
}
</style>
background-color css
<style>
a { background-color: #497245; }
a { background-color: rgb(73,114,69); }
div.DivClassName
{
background-color: #497245;
}
.BgClassName
{
background-color: #497245;
}
</style>
border-color css
<style>
span { border-color: #497245; }
span { border-color: rgb(73,114,69); }
td.TdClassName
{
border-color: #497245;
}
.TagClassName
{
border-color: #497245;
}
</style>