Shades of Fern Green #466E3F
Tints of Fern Green #466E3F
RGB
CMYK
RGB Variations
Color information
#466E3F (or 0x466E3F) is known color: Fern Green. HEX triplet: 46, 6E and 3F. RGB value is (70,110,63). Sum of RGB (Red+Green+Blue) = 70+110+63=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #466E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E3F is #B991C0. Grayscale: #5C5C5C. Windows color (decimal): -12161473 or 4156998. OLE color: 4156998.
HSL color Cylindrical-coordinate representation of color #466E3F: hue angle of 111.06º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #466E3F is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 110 | 63 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.57 |
| HSL | 111.06º | 0.27% | 0.34% | - |
| HSV(B) | 111.06º | 0.43% | 0.43% | - |
| XYZ | 9 | 12.81 | 6.7 | - |
| YUV | 92.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 63 | 0.36 | 0 | 0.43 | 0.57 | 111.06 | 0.27 | 0.34 |
| Hex | 46 | 6E | 3F | 24 | 0 | 2B | 39 | 6F | 1B | 22 |
| Octal | 106 | 156 | 77 | 44 | 0 | 53 | 71 | 157 | 33 | 42 |
| Binary | 1000110 | 1101110 | 111111 | 100100 | 0 | 101011 | 111001 | 1101111 | 11011 | 100010 |
Color Harmonies of #466E3F
Complementary color
Monochromatic Colors of #466E3F
Black with #466E3F
Text Example
Text Example
White with #466E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466E3F; }
p { color: rgb(70,110,63); }
H1.HeaderClassName
{
color: #466E3F;
}
.AnyTagClassName
{
color: #466E3F;
}
</style>
background-color css
<style>
a { background-color: #466E3F; }
a { background-color: rgb(70,110,63); }
div.DivClassName
{
background-color: #466E3F;
}
.BgClassName
{
background-color: #466E3F;
}
</style>
border-color css
<style>
span { border-color: #466E3F; }
span { border-color: rgb(70,110,63); }
td.TdClassName
{
border-color: #466E3F;
}
.TagClassName
{
border-color: #466E3F;
}
</style>