Shades of Fern Green #467143
Tints of Fern Green #467143
RGB
CMYK
RGB Variations
Color information
#467143 (or 0x467143) is known color: Fern Green. HEX triplet: 46, 71 and 43. RGB value is (70,113,67). Sum of RGB (Red+Green+Blue) = 70+113+67=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #467143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467143 is #B98EBC. Grayscale: #5F5F5F. Windows color (decimal): -12160701 or 4419910. OLE color: 4419910.
HSL color Cylindrical-coordinate representation of color #467143: hue angle of 116.09º 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 #467143 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 67 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.56 |
| HSL | 116.09º | 0.26% | 0.35% | - |
| HSV(B) | 116.09º | 0.41% | 0.44% | - |
| XYZ | 9.44 | 13.52 | 7.42 | - |
| YUV | 94.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 67 | 0.38 | 0 | 0.41 | 0.56 | 116.09 | 0.26 | 0.35 |
| Hex | 46 | 71 | 43 | 26 | 0 | 29 | 38 | 74 | 1A | 23 |
| Octal | 106 | 161 | 103 | 46 | 0 | 51 | 70 | 164 | 32 | 43 |
| Binary | 1000110 | 1110001 | 1000011 | 100110 | 0 | 101001 | 111000 | 1110100 | 11010 | 100011 |
Color Harmonies of #467143
Complementary color
Monochromatic Colors of #467143
Black with #467143
Text Example
Text Example
White with #467143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467143; }
p { color: rgb(70,113,67); }
H1.HeaderClassName
{
color: #467143;
}
.AnyTagClassName
{
color: #467143;
}
</style>
background-color css
<style>
a { background-color: #467143; }
a { background-color: rgb(70,113,67); }
div.DivClassName
{
background-color: #467143;
}
.BgClassName
{
background-color: #467143;
}
</style>
border-color css
<style>
span { border-color: #467143; }
span { border-color: rgb(70,113,67); }
td.TdClassName
{
border-color: #467143;
}
.TagClassName
{
border-color: #467143;
}
</style>