Shades of Fern Green #467435
Tints of Fern Green #467435
RGB
CMYK
RGB Variations
Color information
#467435 (or 0x467435) is known color: Fern Green. HEX triplet: 46, 74 and 35. RGB value is (70,116,53). Sum of RGB (Red+Green+Blue) = 70+116+53=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #467435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467435 is #B98BCA. Grayscale: #5F5F5F. Windows color (decimal): -12159947 or 3503174. OLE color: 3503174.
HSL color Cylindrical-coordinate representation of color #467435: hue angle of 103.81º 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 #467435 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 53 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.55 |
| HSL | 103.81º | 0.37% | 0.33% | - |
| HSV(B) | 103.81º | 0.54% | 0.45% | - |
| XYZ | 9.41 | 14.05 | 5.58 | - |
| YUV | 95.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 53 | 0.40 | 0 | 0.54 | 0.55 | 103.81 | 0.37 | 0.33 |
| Hex | 46 | 74 | 35 | 28 | 0 | 36 | 37 | 68 | 25 | 21 |
| Octal | 106 | 164 | 65 | 50 | 0 | 66 | 67 | 150 | 45 | 41 |
| Binary | 1000110 | 1110100 | 110101 | 101000 | 0 | 110110 | 110111 | 1101000 | 100101 | 100001 |
Color Harmonies of #467435
Complementary color
Monochromatic Colors of #467435
Black with #467435
Text Example
Text Example
White with #467435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467435; }
p { color: rgb(70,116,53); }
H1.HeaderClassName
{
color: #467435;
}
.AnyTagClassName
{
color: #467435;
}
</style>
background-color css
<style>
a { background-color: #467435; }
a { background-color: rgb(70,116,53); }
div.DivClassName
{
background-color: #467435;
}
.BgClassName
{
background-color: #467435;
}
</style>
border-color css
<style>
span { border-color: #467435; }
span { border-color: rgb(70,116,53); }
td.TdClassName
{
border-color: #467435;
}
.TagClassName
{
border-color: #467435;
}
</style>