Shades of Fern Green #468037
Tints of Fern Green #468037
RGB
CMYK
RGB Variations
Color information
#468037 (or 0x468037) is known color: Fern Green. HEX triplet: 46, 80 and 37. RGB value is (70,128,55). Sum of RGB (Red+Green+Blue) = 70+128+55=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #468037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468037 is #B97FC8. Grayscale: #666666. Windows color (decimal): -12156873 or 3637318. OLE color: 3637318.
HSL color Cylindrical-coordinate representation of color #468037: hue angle of 107.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468037 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 55 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.50 |
| HSL | 107.67º | 0.4% | 0.36% | - |
| HSV(B) | 107.67º | 0.57% | 0.5% | - |
| XYZ | 10.93 | 17.02 | 6.32 | - |
| YUV | 102.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 55 | 0.45 | 0 | 0.57 | 0.50 | 107.67 | 0.4 | 0.36 |
| Hex | 46 | 80 | 37 | 2D | 0 | 39 | 32 | 6C | 28 | 24 |
| Octal | 106 | 200 | 67 | 55 | 0 | 71 | 62 | 154 | 50 | 44 |
| Binary | 1000110 | 10000000 | 110111 | 101101 | 0 | 111001 | 110010 | 1101100 | 101000 | 100100 |
Color Harmonies of #468037
Complementary color
Monochromatic Colors of #468037
Black with #468037
Text Example
Text Example
White with #468037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468037; }
p { color: rgb(70,128,55); }
H1.HeaderClassName
{
color: #468037;
}
.AnyTagClassName
{
color: #468037;
}
</style>
background-color css
<style>
a { background-color: #468037; }
a { background-color: rgb(70,128,55); }
div.DivClassName
{
background-color: #468037;
}
.BgClassName
{
background-color: #468037;
}
</style>
border-color css
<style>
span { border-color: #468037; }
span { border-color: rgb(70,128,55); }
td.TdClassName
{
border-color: #468037;
}
.TagClassName
{
border-color: #468037;
}
</style>