Shades of Fern Green #497535
Tints of Fern Green #497535
RGB
CMYK
RGB Variations
Color information
#497535 (or 0x497535) is known color: Fern Green. HEX triplet: 49, 75 and 35. RGB value is (73,117,53). Sum of RGB (Red+Green+Blue) = 73+117+53=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #497535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497535 is #B68ACA. Grayscale: #606060. Windows color (decimal): -11963083 or 3503433. OLE color: 3503433.
HSL color Cylindrical-coordinate representation of color #497535: hue angle of 101.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497535 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 53 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.54 |
| HSL | 101.25º | 0.38% | 0.33% | - |
| HSV(B) | 101.25º | 0.55% | 0.46% | - |
| XYZ | 9.75 | 14.4 | 5.63 | - |
| YUV | 96.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 53 | 0.38 | 0 | 0.55 | 0.54 | 101.25 | 0.38 | 0.33 |
| Hex | 49 | 75 | 35 | 26 | 0 | 37 | 36 | 65 | 26 | 21 |
| Octal | 111 | 165 | 65 | 46 | 0 | 67 | 66 | 145 | 46 | 41 |
| Binary | 1001001 | 1110101 | 110101 | 100110 | 0 | 110111 | 110110 | 1100101 | 100110 | 100001 |
Color Harmonies of #497535
Complementary color
Monochromatic Colors of #497535
Black with #497535
Text Example
Text Example
White with #497535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497535; }
p { color: rgb(73,117,53); }
H1.HeaderClassName
{
color: #497535;
}
.AnyTagClassName
{
color: #497535;
}
</style>
background-color css
<style>
a { background-color: #497535; }
a { background-color: rgb(73,117,53); }
div.DivClassName
{
background-color: #497535;
}
.BgClassName
{
background-color: #497535;
}
</style>
border-color css
<style>
span { border-color: #497535; }
span { border-color: rgb(73,117,53); }
td.TdClassName
{
border-color: #497535;
}
.TagClassName
{
border-color: #497535;
}
</style>