Shades of Fern Green #497A42
Tints of Fern Green #497A42
RGB
CMYK
RGB Variations
Color information
#497A42 (or 0x497A42) is known color: Fern Green. HEX triplet: 49, 7A and 42. RGB value is (73,122,66). Sum of RGB (Red+Green+Blue) = 73+122+66=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #497A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A42 is #B685BD. Grayscale: #656565. Windows color (decimal): -11961790 or 4356681. OLE color: 4356681.
HSL color Cylindrical-coordinate representation of color #497A42: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497A42 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 66 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.52 |
| HSL | 112.5º | 0.3% | 0.37% | - |
| HSV(B) | 112.5º | 0.46% | 0.48% | - |
| XYZ | 10.69 | 15.73 | 7.63 | - |
| YUV | 100.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 66 | 0.40 | 0 | 0.46 | 0.52 | 112.5 | 0.3 | 0.37 |
| Hex | 49 | 7A | 42 | 28 | 0 | 2E | 34 | 70 | 1E | 25 |
| Octal | 111 | 172 | 102 | 50 | 0 | 56 | 64 | 160 | 36 | 45 |
| Binary | 1001001 | 1111010 | 1000010 | 101000 | 0 | 101110 | 110100 | 1110000 | 11110 | 100101 |
Color Harmonies of #497A42
Complementary color
Monochromatic Colors of #497A42
Black with #497A42
Text Example
Text Example
White with #497A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A42; }
p { color: rgb(73,122,66); }
H1.HeaderClassName
{
color: #497A42;
}
.AnyTagClassName
{
color: #497A42;
}
</style>
background-color css
<style>
a { background-color: #497A42; }
a { background-color: rgb(73,122,66); }
div.DivClassName
{
background-color: #497A42;
}
.BgClassName
{
background-color: #497A42;
}
</style>
border-color css
<style>
span { border-color: #497A42; }
span { border-color: rgb(73,122,66); }
td.TdClassName
{
border-color: #497A42;
}
.TagClassName
{
border-color: #497A42;
}
</style>