Shades of Fern Green #497634
Tints of Fern Green #497634
RGB
CMYK
RGB Variations
Color information
#497634 (or 0x497634) is known color: Fern Green. HEX triplet: 49, 76 and 34. RGB value is (73,118,52). Sum of RGB (Red+Green+Blue) = 73+118+52=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #497634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497634 is #B689CB. Grayscale: #616161. Windows color (decimal): -11962828 or 3438153. OLE color: 3438153.
HSL color Cylindrical-coordinate representation of color #497634: hue angle of 100.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497634 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 52 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.54 |
| HSL | 100.91º | 0.39% | 0.33% | - |
| HSV(B) | 100.91º | 0.56% | 0.46% | - |
| XYZ | 9.85 | 14.62 | 5.55 | - |
| YUV | 97.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 52 | 0.38 | 0 | 0.56 | 0.54 | 100.91 | 0.39 | 0.33 |
| Hex | 49 | 76 | 34 | 26 | 0 | 38 | 36 | 65 | 27 | 21 |
| Octal | 111 | 166 | 64 | 46 | 0 | 70 | 66 | 145 | 47 | 41 |
| Binary | 1001001 | 1110110 | 110100 | 100110 | 0 | 111000 | 110110 | 1100101 | 100111 | 100001 |
Color Harmonies of #497634
Complementary color
Monochromatic Colors of #497634
Black with #497634
Text Example
Text Example
White with #497634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497634; }
p { color: rgb(73,118,52); }
H1.HeaderClassName
{
color: #497634;
}
.AnyTagClassName
{
color: #497634;
}
</style>
background-color css
<style>
a { background-color: #497634; }
a { background-color: rgb(73,118,52); }
div.DivClassName
{
background-color: #497634;
}
.BgClassName
{
background-color: #497634;
}
</style>
border-color css
<style>
span { border-color: #497634; }
span { border-color: rgb(73,118,52); }
td.TdClassName
{
border-color: #497634;
}
.TagClassName
{
border-color: #497634;
}
</style>