Shades of Fern Green #467142
Tints of Fern Green #467142
RGB
CMYK
RGB Variations
Color information
#467142 (or 0x467142) is known color: Fern Green. HEX triplet: 46, 71 and 42. RGB value is (70,113,66). Sum of RGB (Red+Green+Blue) = 70+113+66=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #467142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467142 is #B98EBD. Grayscale: #5E5E5E. Windows color (decimal): -12160702 or 4354374. OLE color: 4354374.
HSL color Cylindrical-coordinate representation of color #467142: hue angle of 114.89º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467142 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 66 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.56 |
| HSL | 114.89º | 0.26% | 0.35% | - |
| HSV(B) | 114.89º | 0.42% | 0.44% | - |
| XYZ | 9.41 | 13.51 | 7.26 | - |
| YUV | 94.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 66 | 0.38 | 0 | 0.42 | 0.56 | 114.89 | 0.26 | 0.35 |
| Hex | 46 | 71 | 42 | 26 | 0 | 2A | 38 | 73 | 1A | 23 |
| Octal | 106 | 161 | 102 | 46 | 0 | 52 | 70 | 163 | 32 | 43 |
| Binary | 1000110 | 1110001 | 1000010 | 100110 | 0 | 101010 | 111000 | 1110011 | 11010 | 100011 |
Color Harmonies of #467142
Complementary color
Monochromatic Colors of #467142
Black with #467142
Text Example
Text Example
White with #467142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467142; }
p { color: rgb(70,113,66); }
H1.HeaderClassName
{
color: #467142;
}
.AnyTagClassName
{
color: #467142;
}
</style>
background-color css
<style>
a { background-color: #467142; }
a { background-color: rgb(70,113,66); }
div.DivClassName
{
background-color: #467142;
}
.BgClassName
{
background-color: #467142;
}
</style>
border-color css
<style>
span { border-color: #467142; }
span { border-color: rgb(70,113,66); }
td.TdClassName
{
border-color: #467142;
}
.TagClassName
{
border-color: #467142;
}
</style>