Shades of Fern Green #468B40
Tints of Fern Green #468B40
RGB
CMYK
RGB Variations
Color information
#468B40 (or 0x468B40) is known color: Fern Green. HEX triplet: 46, 8B and 40. RGB value is (70,139,64). Sum of RGB (Red+Green+Blue) = 70+139+64=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #468B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B40 is #B974BF. Grayscale: #6E6E6E. Windows color (decimal): -12154048 or 4229958. OLE color: 4229958.
HSL color Cylindrical-coordinate representation of color #468B40: hue angle of 115.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468B40 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 64 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.45 |
| HSL | 115.2º | 0.37% | 0.4% | - |
| HSV(B) | 115.2º | 0.54% | 0.55% | - |
| XYZ | 12.68 | 20.14 | 8.07 | - |
| YUV | 109.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 64 | 0.50 | 0 | 0.54 | 0.45 | 115.2 | 0.37 | 0.4 |
| Hex | 46 | 8B | 40 | 32 | 0 | 36 | 2D | 73 | 25 | 28 |
| Octal | 106 | 213 | 100 | 62 | 0 | 66 | 55 | 163 | 45 | 50 |
| Binary | 1000110 | 10001011 | 1000000 | 110010 | 0 | 110110 | 101101 | 1110011 | 100101 | 101000 |
Color Harmonies of #468B40
Complementary color
Monochromatic Colors of #468B40
Black with #468B40
Text Example
Text Example
White with #468B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B40; }
p { color: rgb(70,139,64); }
H1.HeaderClassName
{
color: #468B40;
}
.AnyTagClassName
{
color: #468B40;
}
</style>
background-color css
<style>
a { background-color: #468B40; }
a { background-color: rgb(70,139,64); }
div.DivClassName
{
background-color: #468B40;
}
.BgClassName
{
background-color: #468B40;
}
</style>
border-color css
<style>
span { border-color: #468B40; }
span { border-color: rgb(70,139,64); }
td.TdClassName
{
border-color: #468B40;
}
.TagClassName
{
border-color: #468B40;
}
</style>