Shades of Fern Green #497C46
Tints of Fern Green #497C46
RGB
CMYK
RGB Variations
Color information
#497C46 (or 0x497C46) is known color: Fern Green. HEX triplet: 49, 7C and 46. RGB value is (73,124,70). Sum of RGB (Red+Green+Blue) = 73+124+70=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #497C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C46 is #B683B9. Grayscale: #666666. Windows color (decimal): -11961274 or 4619337. OLE color: 4619337.
HSL color Cylindrical-coordinate representation of color #497C46: hue angle of 116.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497C46 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 70 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.51 |
| HSL | 116.67º | 0.28% | 0.38% | - |
| HSV(B) | 116.67º | 0.44% | 0.49% | - |
| XYZ | 11.06 | 16.27 | 8.35 | - |
| YUV | 102.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 70 | 0.41 | 0 | 0.44 | 0.51 | 116.67 | 0.28 | 0.38 |
| Hex | 49 | 7C | 46 | 29 | 0 | 2C | 33 | 75 | 1C | 26 |
| Octal | 111 | 174 | 106 | 51 | 0 | 54 | 63 | 165 | 34 | 46 |
| Binary | 1001001 | 1111100 | 1000110 | 101001 | 0 | 101100 | 110011 | 1110101 | 11100 | 100110 |
Color Harmonies of #497C46
Complementary color
Monochromatic Colors of #497C46
Black with #497C46
Text Example
Text Example
White with #497C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C46; }
p { color: rgb(73,124,70); }
H1.HeaderClassName
{
color: #497C46;
}
.AnyTagClassName
{
color: #497C46;
}
</style>
background-color css
<style>
a { background-color: #497C46; }
a { background-color: rgb(73,124,70); }
div.DivClassName
{
background-color: #497C46;
}
.BgClassName
{
background-color: #497C46;
}
</style>
border-color css
<style>
span { border-color: #497C46; }
span { border-color: rgb(73,124,70); }
td.TdClassName
{
border-color: #497C46;
}
.TagClassName
{
border-color: #497C46;
}
</style>