Shades of Fern Green #467042
Tints of Fern Green #467042
RGB
CMYK
RGB Variations
Color information
#467042 (or 0x467042) is known color: Fern Green. HEX triplet: 46, 70 and 42. RGB value is (70,112,66). Sum of RGB (Red+Green+Blue) = 70+112+66=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #467042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467042 is #B98FBD. Grayscale: #5E5E5E. Windows color (decimal): -12160958 or 4354118. OLE color: 4354118.
HSL color Cylindrical-coordinate representation of color #467042: hue angle of 114.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467042 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 66 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.56 |
| HSL | 114.78º | 0.26% | 0.35% | - |
| HSV(B) | 114.78º | 0.41% | 0.44% | - |
| XYZ | 9.3 | 13.28 | 7.23 | - |
| YUV | 94.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 66 | 0.38 | 0 | 0.41 | 0.56 | 114.78 | 0.26 | 0.35 |
| Hex | 46 | 70 | 42 | 26 | 0 | 29 | 38 | 73 | 1A | 23 |
| Octal | 106 | 160 | 102 | 46 | 0 | 51 | 70 | 163 | 32 | 43 |
| Binary | 1000110 | 1110000 | 1000010 | 100110 | 0 | 101001 | 111000 | 1110011 | 11010 | 100011 |
Color Harmonies of #467042
Complementary color
Monochromatic Colors of #467042
Black with #467042
Text Example
Text Example
White with #467042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467042; }
p { color: rgb(70,112,66); }
H1.HeaderClassName
{
color: #467042;
}
.AnyTagClassName
{
color: #467042;
}
</style>
background-color css
<style>
a { background-color: #467042; }
a { background-color: rgb(70,112,66); }
div.DivClassName
{
background-color: #467042;
}
.BgClassName
{
background-color: #467042;
}
</style>
border-color css
<style>
span { border-color: #467042; }
span { border-color: rgb(70,112,66); }
td.TdClassName
{
border-color: #467042;
}
.TagClassName
{
border-color: #467042;
}
</style>