Shades of Fern Green #497A36
Tints of Fern Green #497A36
RGB
CMYK
RGB Variations
Color information
#497A36 (or 0x497A36) is known color: Fern Green. HEX triplet: 49, 7A and 36. RGB value is (73,122,54). Sum of RGB (Red+Green+Blue) = 73+122+54=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #497A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A36 is #B685C9. Grayscale: #636363. Windows color (decimal): -11961802 or 3570249. OLE color: 3570249.
HSL color Cylindrical-coordinate representation of color #497A36: hue angle of 103.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497A36 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 54 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.52 |
| HSL | 103.24º | 0.39% | 0.35% | - |
| HSV(B) | 103.24º | 0.56% | 0.48% | - |
| XYZ | 10.37 | 15.6 | 5.95 | - |
| YUV | 99.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 54 | 0.40 | 0 | 0.56 | 0.52 | 103.24 | 0.39 | 0.35 |
| Hex | 49 | 7A | 36 | 28 | 0 | 38 | 34 | 67 | 27 | 23 |
| Octal | 111 | 172 | 66 | 50 | 0 | 70 | 64 | 147 | 47 | 43 |
| Binary | 1001001 | 1111010 | 110110 | 101000 | 0 | 111000 | 110100 | 1100111 | 100111 | 100011 |
Color Harmonies of #497A36
Complementary color
Monochromatic Colors of #497A36
Black with #497A36
Text Example
Text Example
White with #497A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A36; }
p { color: rgb(73,122,54); }
H1.HeaderClassName
{
color: #497A36;
}
.AnyTagClassName
{
color: #497A36;
}
</style>
background-color css
<style>
a { background-color: #497A36; }
a { background-color: rgb(73,122,54); }
div.DivClassName
{
background-color: #497A36;
}
.BgClassName
{
background-color: #497A36;
}
</style>
border-color css
<style>
span { border-color: #497A36; }
span { border-color: rgb(73,122,54); }
td.TdClassName
{
border-color: #497A36;
}
.TagClassName
{
border-color: #497A36;
}
</style>