Shades of Fern Green #497C34
Tints of Fern Green #497C34
RGB
CMYK
RGB Variations
Color information
#497C34 (or 0x497C34) is known color: Fern Green. HEX triplet: 49, 7C and 34. RGB value is (73,124,52). Sum of RGB (Red+Green+Blue) = 73+124+52=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #497C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C34 is #B683CB. Grayscale: #646464. Windows color (decimal): -11961292 or 3439689. OLE color: 3439689.
HSL color Cylindrical-coordinate representation of color #497C34: hue angle of 102.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497C34 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 52 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.51 |
| HSL | 102.5º | 0.41% | 0.35% | - |
| HSV(B) | 102.5º | 0.58% | 0.49% | - |
| XYZ | 10.58 | 16.08 | 5.8 | - |
| YUV | 100.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 52 | 0.41 | 0 | 0.58 | 0.51 | 102.5 | 0.41 | 0.35 |
| Hex | 49 | 7C | 34 | 29 | 0 | 3A | 33 | 66 | 29 | 23 |
| Octal | 111 | 174 | 64 | 51 | 0 | 72 | 63 | 146 | 51 | 43 |
| Binary | 1001001 | 1111100 | 110100 | 101001 | 0 | 111010 | 110011 | 1100110 | 101001 | 100011 |
Color Harmonies of #497C34
Complementary color
Monochromatic Colors of #497C34
Black with #497C34
Text Example
Text Example
White with #497C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C34; }
p { color: rgb(73,124,52); }
H1.HeaderClassName
{
color: #497C34;
}
.AnyTagClassName
{
color: #497C34;
}
</style>
background-color css
<style>
a { background-color: #497C34; }
a { background-color: rgb(73,124,52); }
div.DivClassName
{
background-color: #497C34;
}
.BgClassName
{
background-color: #497C34;
}
</style>
border-color css
<style>
span { border-color: #497C34; }
span { border-color: rgb(73,124,52); }
td.TdClassName
{
border-color: #497C34;
}
.TagClassName
{
border-color: #497C34;
}
</style>