Shades of Fern Green #467841
Tints of Fern Green #467841
RGB
CMYK
RGB Variations
Color information
#467841 (or 0x467841) is known color: Fern Green. HEX triplet: 46, 78 and 41. RGB value is (70,120,65). Sum of RGB (Red+Green+Blue) = 70+120+65=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #467841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467841 is #B987BE. Grayscale: #626262. Windows color (decimal): -12158911 or 4290630. OLE color: 4290630.
HSL color Cylindrical-coordinate representation of color #467841: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467841 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 65 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.53 |
| HSL | 114.55º | 0.3% | 0.36% | - |
| HSV(B) | 114.55º | 0.46% | 0.47% | - |
| XYZ | 10.2 | 15.12 | 7.38 | - |
| YUV | 98.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 65 | 0.42 | 0 | 0.46 | 0.53 | 114.55 | 0.3 | 0.36 |
| Hex | 46 | 78 | 41 | 2A | 0 | 2E | 35 | 73 | 1E | 24 |
| Octal | 106 | 170 | 101 | 52 | 0 | 56 | 65 | 163 | 36 | 44 |
| Binary | 1000110 | 1111000 | 1000001 | 101010 | 0 | 101110 | 110101 | 1110011 | 11110 | 100100 |
Color Harmonies of #467841
Complementary color
Monochromatic Colors of #467841
Black with #467841
Text Example
Text Example
White with #467841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467841; }
p { color: rgb(70,120,65); }
H1.HeaderClassName
{
color: #467841;
}
.AnyTagClassName
{
color: #467841;
}
</style>
background-color css
<style>
a { background-color: #467841; }
a { background-color: rgb(70,120,65); }
div.DivClassName
{
background-color: #467841;
}
.BgClassName
{
background-color: #467841;
}
</style>
border-color css
<style>
span { border-color: #467841; }
span { border-color: rgb(70,120,65); }
td.TdClassName
{
border-color: #467841;
}
.TagClassName
{
border-color: #467841;
}
</style>