Shades of Fern Green #497242
Tints of Fern Green #497242
RGB
CMYK
RGB Variations
Color information
#497242 (or 0x497242) is known color: Fern Green. HEX triplet: 49, 72 and 42. RGB value is (73,114,66). Sum of RGB (Red+Green+Blue) = 73+114+66=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #497242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497242 is #B68DBD. Grayscale: #606060. Windows color (decimal): -11963838 or 4354633. OLE color: 4354633.
HSL color Cylindrical-coordinate representation of color #497242: hue angle of 111.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497242 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 66 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.55 |
| HSL | 111.25º | 0.27% | 0.35% | - |
| HSV(B) | 111.25º | 0.42% | 0.45% | - |
| XYZ | 9.75 | 13.84 | 7.31 | - |
| YUV | 96.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 66 | 0.36 | 0 | 0.42 | 0.55 | 111.25 | 0.27 | 0.35 |
| Hex | 49 | 72 | 42 | 24 | 0 | 2A | 37 | 6F | 1B | 23 |
| Octal | 111 | 162 | 102 | 44 | 0 | 52 | 67 | 157 | 33 | 43 |
| Binary | 1001001 | 1110010 | 1000010 | 100100 | 0 | 101010 | 110111 | 1101111 | 11011 | 100011 |
Color Harmonies of #497242
Complementary color
Monochromatic Colors of #497242
Black with #497242
Text Example
Text Example
White with #497242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497242; }
p { color: rgb(73,114,66); }
H1.HeaderClassName
{
color: #497242;
}
.AnyTagClassName
{
color: #497242;
}
</style>
background-color css
<style>
a { background-color: #497242; }
a { background-color: rgb(73,114,66); }
div.DivClassName
{
background-color: #497242;
}
.BgClassName
{
background-color: #497242;
}
</style>
border-color css
<style>
span { border-color: #497242; }
span { border-color: rgb(73,114,66); }
td.TdClassName
{
border-color: #497242;
}
.TagClassName
{
border-color: #497242;
}
</style>