Shades of Fern Green #467540
Tints of Fern Green #467540
RGB
CMYK
RGB Variations
Color information
#467540 (or 0x467540) is known color: Fern Green. HEX triplet: 46, 75 and 40. RGB value is (70,117,64). Sum of RGB (Red+Green+Blue) = 70+117+64=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #467540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467540 is #B98ABF. Grayscale: #616161. Windows color (decimal): -12159680 or 4224326. OLE color: 4224326.
HSL color Cylindrical-coordinate representation of color #467540: hue angle of 113.21º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467540 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 64 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.54 |
| HSL | 113.21º | 0.29% | 0.35% | - |
| HSV(B) | 113.21º | 0.45% | 0.46% | - |
| XYZ | 9.81 | 14.39 | 7.11 | - |
| YUV | 96.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 64 | 0.40 | 0 | 0.45 | 0.54 | 113.21 | 0.29 | 0.35 |
| Hex | 46 | 75 | 40 | 28 | 0 | 2D | 36 | 71 | 1D | 23 |
| Octal | 106 | 165 | 100 | 50 | 0 | 55 | 66 | 161 | 35 | 43 |
| Binary | 1000110 | 1110101 | 1000000 | 101000 | 0 | 101101 | 110110 | 1110001 | 11101 | 100011 |
Color Harmonies of #467540
Complementary color
Monochromatic Colors of #467540
Black with #467540
Text Example
Text Example
White with #467540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467540; }
p { color: rgb(70,117,64); }
H1.HeaderClassName
{
color: #467540;
}
.AnyTagClassName
{
color: #467540;
}
</style>
background-color css
<style>
a { background-color: #467540; }
a { background-color: rgb(70,117,64); }
div.DivClassName
{
background-color: #467540;
}
.BgClassName
{
background-color: #467540;
}
</style>
border-color css
<style>
span { border-color: #467540; }
span { border-color: rgb(70,117,64); }
td.TdClassName
{
border-color: #467540;
}
.TagClassName
{
border-color: #467540;
}
</style>