Shades of Fern Green #466F3E
Tints of Fern Green #466F3E
RGB
CMYK
RGB Variations
Color information
#466F3E (or 0x466F3E) is known color: Fern Green. HEX triplet: 46, 6F and 3E. RGB value is (70,111,62). Sum of RGB (Red+Green+Blue) = 70+111+62=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #466F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F3E is #B990C1. Grayscale: #5D5D5D. Windows color (decimal): -12161218 or 4091718. OLE color: 4091718.
HSL color Cylindrical-coordinate representation of color #466F3E: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466F3E is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 62 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.56 |
| HSL | 110.2º | 0.28% | 0.34% | - |
| HSV(B) | 110.2º | 0.44% | 0.44% | - |
| XYZ | 9.08 | 13.02 | 6.59 | - |
| YUV | 93.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 62 | 0.37 | 0 | 0.44 | 0.56 | 110.2 | 0.28 | 0.34 |
| Hex | 46 | 6F | 3E | 25 | 0 | 2C | 38 | 6E | 1C | 22 |
| Octal | 106 | 157 | 76 | 45 | 0 | 54 | 70 | 156 | 34 | 42 |
| Binary | 1000110 | 1101111 | 111110 | 100101 | 0 | 101100 | 111000 | 1101110 | 11100 | 100010 |
Color Harmonies of #466F3E
Complementary color
Monochromatic Colors of #466F3E
Black with #466F3E
Text Example
Text Example
White with #466F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F3E; }
p { color: rgb(70,111,62); }
H1.HeaderClassName
{
color: #466F3E;
}
.AnyTagClassName
{
color: #466F3E;
}
</style>
background-color css
<style>
a { background-color: #466F3E; }
a { background-color: rgb(70,111,62); }
div.DivClassName
{
background-color: #466F3E;
}
.BgClassName
{
background-color: #466F3E;
}
</style>
border-color css
<style>
span { border-color: #466F3E; }
span { border-color: rgb(70,111,62); }
td.TdClassName
{
border-color: #466F3E;
}
.TagClassName
{
border-color: #466F3E;
}
</style>