Shades of Fern Green #467A40
Tints of Fern Green #467A40
RGB
CMYK
RGB Variations
Color information
#467A40 (or 0x467A40) is known color: Fern Green. HEX triplet: 46, 7A and 40. RGB value is (70,122,64). Sum of RGB (Red+Green+Blue) = 70+122+64=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #467A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A40 is #B985BF. Grayscale: #646464. Windows color (decimal): -12158400 or 4225606. OLE color: 4225606.
HSL color Cylindrical-coordinate representation of color #467A40: hue angle of 113.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467A40 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 64 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.52 |
| HSL | 113.79º | 0.31% | 0.36% | - |
| HSV(B) | 113.79º | 0.48% | 0.48% | - |
| XYZ | 10.41 | 15.59 | 7.31 | - |
| YUV | 99.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 64 | 0.43 | 0 | 0.48 | 0.52 | 113.79 | 0.31 | 0.36 |
| Hex | 46 | 7A | 40 | 2B | 0 | 30 | 34 | 72 | 1F | 24 |
| Octal | 106 | 172 | 100 | 53 | 0 | 60 | 64 | 162 | 37 | 44 |
| Binary | 1000110 | 1111010 | 1000000 | 101011 | 0 | 110000 | 110100 | 1110010 | 11111 | 100100 |
Color Harmonies of #467A40
Complementary color
Monochromatic Colors of #467A40
Black with #467A40
Text Example
Text Example
White with #467A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A40; }
p { color: rgb(70,122,64); }
H1.HeaderClassName
{
color: #467A40;
}
.AnyTagClassName
{
color: #467A40;
}
</style>
background-color css
<style>
a { background-color: #467A40; }
a { background-color: rgb(70,122,64); }
div.DivClassName
{
background-color: #467A40;
}
.BgClassName
{
background-color: #467A40;
}
</style>
border-color css
<style>
span { border-color: #467A40; }
span { border-color: rgb(70,122,64); }
td.TdClassName
{
border-color: #467A40;
}
.TagClassName
{
border-color: #467A40;
}
</style>