Shades of Fern Green #497739
Tints of Fern Green #497739
RGB
CMYK
RGB Variations
Color information
#497739 (or 0x497739) is known color: Fern Green. HEX triplet: 49, 77 and 39. RGB value is (73,119,57). Sum of RGB (Red+Green+Blue) = 73+119+57=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #497739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497739 is #B688C6. Grayscale: #626262. Windows color (decimal): -11962567 or 3766089. OLE color: 3766089.
HSL color Cylindrical-coordinate representation of color #497739: hue angle of 104.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497739 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 57 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.53 |
| HSL | 104.52º | 0.35% | 0.35% | - |
| HSV(B) | 104.52º | 0.52% | 0.47% | - |
| XYZ | 10.08 | 14.91 | 6.22 | - |
| YUV | 98.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 57 | 0.39 | 0 | 0.52 | 0.53 | 104.52 | 0.35 | 0.35 |
| Hex | 49 | 77 | 39 | 27 | 0 | 34 | 35 | 69 | 23 | 23 |
| Octal | 111 | 167 | 71 | 47 | 0 | 64 | 65 | 151 | 43 | 43 |
| Binary | 1001001 | 1110111 | 111001 | 100111 | 0 | 110100 | 110101 | 1101001 | 100011 | 100011 |
Color Harmonies of #497739
Complementary color
Monochromatic Colors of #497739
Black with #497739
Text Example
Text Example
White with #497739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497739; }
p { color: rgb(73,119,57); }
H1.HeaderClassName
{
color: #497739;
}
.AnyTagClassName
{
color: #497739;
}
</style>
background-color css
<style>
a { background-color: #497739; }
a { background-color: rgb(73,119,57); }
div.DivClassName
{
background-color: #497739;
}
.BgClassName
{
background-color: #497739;
}
</style>
border-color css
<style>
span { border-color: #497739; }
span { border-color: rgb(73,119,57); }
td.TdClassName
{
border-color: #497739;
}
.TagClassName
{
border-color: #497739;
}
</style>