Shades of Fern Green #497D3C
Tints of Fern Green #497D3C
RGB
CMYK
RGB Variations
Color information
#497D3C (or 0x497D3C) is known color: Fern Green. HEX triplet: 49, 7D and 3C. RGB value is (73,125,60). Sum of RGB (Red+Green+Blue) = 73+125+60=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #497D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D3C is #B682C3. Grayscale: #666666. Windows color (decimal): -11961028 or 3964233. OLE color: 3964233.
HSL color Cylindrical-coordinate representation of color #497D3C: hue angle of 108º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497D3C is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 60 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.51 |
| HSL | 108º | 0.35% | 0.36% | - |
| HSV(B) | 108º | 0.52% | 0.49% | - |
| XYZ | 10.9 | 16.41 | 6.87 | - |
| YUV | 102.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 60 | 0.42 | 0 | 0.52 | 0.51 | 108 | 0.35 | 0.36 |
| Hex | 49 | 7D | 3C | 2A | 0 | 34 | 33 | 6C | 23 | 24 |
| Octal | 111 | 175 | 74 | 52 | 0 | 64 | 63 | 154 | 43 | 44 |
| Binary | 1001001 | 1111101 | 111100 | 101010 | 0 | 110100 | 110011 | 1101100 | 100011 | 100100 |
Color Harmonies of #497D3C
Complementary color
Monochromatic Colors of #497D3C
Black with #497D3C
Text Example
Text Example
White with #497D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D3C; }
p { color: rgb(73,125,60); }
H1.HeaderClassName
{
color: #497D3C;
}
.AnyTagClassName
{
color: #497D3C;
}
</style>
background-color css
<style>
a { background-color: #497D3C; }
a { background-color: rgb(73,125,60); }
div.DivClassName
{
background-color: #497D3C;
}
.BgClassName
{
background-color: #497D3C;
}
</style>
border-color css
<style>
span { border-color: #497D3C; }
span { border-color: rgb(73,125,60); }
td.TdClassName
{
border-color: #497D3C;
}
.TagClassName
{
border-color: #497D3C;
}
</style>