Shades of Fern Green #467D40
Tints of Fern Green #467D40
RGB
CMYK
RGB Variations
Color information
#467D40 (or 0x467D40) is known color: Fern Green. HEX triplet: 46, 7D and 40. RGB value is (70,125,64). Sum of RGB (Red+Green+Blue) = 70+125+64=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #467D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D40 is #B982BF. Grayscale: #656565. Windows color (decimal): -12157632 or 4226374. OLE color: 4226374.
HSL color Cylindrical-coordinate representation of color #467D40: hue angle of 114.1º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467D40 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 64 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.51 |
| HSL | 114.1º | 0.32% | 0.37% | - |
| HSV(B) | 114.1º | 0.49% | 0.49% | - |
| XYZ | 10.78 | 16.34 | 7.44 | - |
| YUV | 101.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 64 | 0.44 | 0 | 0.49 | 0.51 | 114.1 | 0.32 | 0.37 |
| Hex | 46 | 7D | 40 | 2C | 0 | 31 | 33 | 72 | 20 | 25 |
| Octal | 106 | 175 | 100 | 54 | 0 | 61 | 63 | 162 | 40 | 45 |
| Binary | 1000110 | 1111101 | 1000000 | 101100 | 0 | 110001 | 110011 | 1110010 | 100000 | 100101 |
Color Harmonies of #467D40
Complementary color
Monochromatic Colors of #467D40
Black with #467D40
Text Example
Text Example
White with #467D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D40; }
p { color: rgb(70,125,64); }
H1.HeaderClassName
{
color: #467D40;
}
.AnyTagClassName
{
color: #467D40;
}
</style>
background-color css
<style>
a { background-color: #467D40; }
a { background-color: rgb(70,125,64); }
div.DivClassName
{
background-color: #467D40;
}
.BgClassName
{
background-color: #467D40;
}
</style>
border-color css
<style>
span { border-color: #467D40; }
span { border-color: rgb(70,125,64); }
td.TdClassName
{
border-color: #467D40;
}
.TagClassName
{
border-color: #467D40;
}
</style>