Shades of Fern Green #467235
Tints of Fern Green #467235
RGB
CMYK
RGB Variations
Color information
#467235 (or 0x467235) is known color: Fern Green. HEX triplet: 46, 72 and 35. RGB value is (70,114,53). Sum of RGB (Red+Green+Blue) = 70+114+53=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #467235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467235 is #B98DCA. Grayscale: #5E5E5E. Windows color (decimal): -12160459 or 3502662. OLE color: 3502662.
HSL color Cylindrical-coordinate representation of color #467235: hue angle of 103.28º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467235 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 53 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.55 |
| HSL | 103.28º | 0.37% | 0.33% | - |
| HSV(B) | 103.28º | 0.54% | 0.45% | - |
| XYZ | 9.19 | 13.59 | 5.51 | - |
| YUV | 93.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 53 | 0.39 | 0 | 0.54 | 0.55 | 103.28 | 0.37 | 0.33 |
| Hex | 46 | 72 | 35 | 27 | 0 | 36 | 37 | 67 | 25 | 21 |
| Octal | 106 | 162 | 65 | 47 | 0 | 66 | 67 | 147 | 45 | 41 |
| Binary | 1000110 | 1110010 | 110101 | 100111 | 0 | 110110 | 110111 | 1100111 | 100101 | 100001 |
Color Harmonies of #467235
Complementary color
Monochromatic Colors of #467235
Black with #467235
Text Example
Text Example
White with #467235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467235; }
p { color: rgb(70,114,53); }
H1.HeaderClassName
{
color: #467235;
}
.AnyTagClassName
{
color: #467235;
}
</style>
background-color css
<style>
a { background-color: #467235; }
a { background-color: rgb(70,114,53); }
div.DivClassName
{
background-color: #467235;
}
.BgClassName
{
background-color: #467235;
}
</style>
border-color css
<style>
span { border-color: #467235; }
span { border-color: rgb(70,114,53); }
td.TdClassName
{
border-color: #467235;
}
.TagClassName
{
border-color: #467235;
}
</style>