Shades of Fern Green #467141
Tints of Fern Green #467141
RGB
CMYK
RGB Variations
Color information
#467141 (or 0x467141) is known color: Fern Green. HEX triplet: 46, 71 and 41. RGB value is (70,113,65). Sum of RGB (Red+Green+Blue) = 70+113+65=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #467141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467141 is #B98EBE. Grayscale: #5E5E5E. Windows color (decimal): -12160703 or 4288838. OLE color: 4288838.
HSL color Cylindrical-coordinate representation of color #467141: hue angle of 113.75º degrees, saturation: 0.27, 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 #467141 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 65 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.56 |
| HSL | 113.75º | 0.27% | 0.35% | - |
| HSV(B) | 113.75º | 0.42% | 0.44% | - |
| XYZ | 9.39 | 13.49 | 7.11 | - |
| YUV | 94.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 65 | 0.38 | 0 | 0.42 | 0.56 | 113.75 | 0.27 | 0.35 |
| Hex | 46 | 71 | 41 | 26 | 0 | 2A | 38 | 72 | 1B | 23 |
| Octal | 106 | 161 | 101 | 46 | 0 | 52 | 70 | 162 | 33 | 43 |
| Binary | 1000110 | 1110001 | 1000001 | 100110 | 0 | 101010 | 111000 | 1110010 | 11011 | 100011 |
Color Harmonies of #467141
Complementary color
Monochromatic Colors of #467141
Black with #467141
Text Example
Text Example
White with #467141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467141; }
p { color: rgb(70,113,65); }
H1.HeaderClassName
{
color: #467141;
}
.AnyTagClassName
{
color: #467141;
}
</style>
background-color css
<style>
a { background-color: #467141; }
a { background-color: rgb(70,113,65); }
div.DivClassName
{
background-color: #467141;
}
.BgClassName
{
background-color: #467141;
}
</style>
border-color css
<style>
span { border-color: #467141; }
span { border-color: rgb(70,113,65); }
td.TdClassName
{
border-color: #467141;
}
.TagClassName
{
border-color: #467141;
}
</style>