Shades of Fern Green #466E3E
Tints of Fern Green #466E3E
RGB
CMYK
RGB Variations
Color information
#466E3E (or 0x466E3E) is known color: Fern Green. HEX triplet: 46, 6E and 3E. RGB value is (70,110,62). Sum of RGB (Red+Green+Blue) = 70+110+62=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #466E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E3E is #B991C1. Grayscale: #5C5C5C. Windows color (decimal): -12161474 or 4091462. OLE color: 4091462.
HSL color Cylindrical-coordinate representation of color #466E3E: hue angle of 110º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466E3E is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 62 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.57 |
| HSL | 110º | 0.28% | 0.34% | - |
| HSV(B) | 110º | 0.44% | 0.43% | - |
| XYZ | 8.97 | 12.8 | 6.56 | - |
| YUV | 92.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 62 | 0.36 | 0 | 0.44 | 0.57 | 110 | 0.28 | 0.34 |
| Hex | 46 | 6E | 3E | 24 | 0 | 2C | 39 | 6E | 1C | 22 |
| Octal | 106 | 156 | 76 | 44 | 0 | 54 | 71 | 156 | 34 | 42 |
| Binary | 1000110 | 1101110 | 111110 | 100100 | 0 | 101100 | 111001 | 1101110 | 11100 | 100010 |
Color Harmonies of #466E3E
Complementary color
Monochromatic Colors of #466E3E
Black with #466E3E
Text Example
Text Example
White with #466E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E3E; }
p { color: rgb(70,110,62); }
H1.HeaderClassName
{
color: #466E3E;
}
.AnyTagClassName
{
color: #466E3E;
}
</style>
background-color css
<style>
a { background-color: #466E3E; }
a { background-color: rgb(70,110,62); }
div.DivClassName
{
background-color: #466E3E;
}
.BgClassName
{
background-color: #466E3E;
}
</style>
border-color css
<style>
span { border-color: #466E3E; }
span { border-color: rgb(70,110,62); }
td.TdClassName
{
border-color: #466E3E;
}
.TagClassName
{
border-color: #466E3E;
}
</style>