Shades of Fern Green #467840
Tints of Fern Green #467840
RGB
CMYK
RGB Variations
Color information
#467840 (or 0x467840) is known color: Fern Green. HEX triplet: 46, 78 and 40. RGB value is (70,120,64). Sum of RGB (Red+Green+Blue) = 70+120+64=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #467840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467840 is #B987BF. Grayscale: #626262. Windows color (decimal): -12158912 or 4225094. OLE color: 4225094.
HSL color Cylindrical-coordinate representation of color #467840: hue angle of 113.57º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467840 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 64 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.53 |
| HSL | 113.57º | 0.3% | 0.36% | - |
| HSV(B) | 113.57º | 0.47% | 0.47% | - |
| XYZ | 10.17 | 15.11 | 7.23 | - |
| YUV | 98.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 64 | 0.42 | 0 | 0.47 | 0.53 | 113.57 | 0.3 | 0.36 |
| Hex | 46 | 78 | 40 | 2A | 0 | 2F | 35 | 72 | 1E | 24 |
| Octal | 106 | 170 | 100 | 52 | 0 | 57 | 65 | 162 | 36 | 44 |
| Binary | 1000110 | 1111000 | 1000000 | 101010 | 0 | 101111 | 110101 | 1110010 | 11110 | 100100 |
Color Harmonies of #467840
Complementary color
Monochromatic Colors of #467840
Black with #467840
Text Example
Text Example
White with #467840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467840; }
p { color: rgb(70,120,64); }
H1.HeaderClassName
{
color: #467840;
}
.AnyTagClassName
{
color: #467840;
}
</style>
background-color css
<style>
a { background-color: #467840; }
a { background-color: rgb(70,120,64); }
div.DivClassName
{
background-color: #467840;
}
.BgClassName
{
background-color: #467840;
}
</style>
border-color css
<style>
span { border-color: #467840; }
span { border-color: rgb(70,120,64); }
td.TdClassName
{
border-color: #467840;
}
.TagClassName
{
border-color: #467840;
}
</style>