Shades of Fern Green #468D43
Tints of Fern Green #468D43
RGB
CMYK
RGB Variations
Color information
#468D43 (or 0x468D43) is known color: Fern Green. HEX triplet: 46, 8D and 43. RGB value is (70,141,67). Sum of RGB (Red+Green+Blue) = 70+141+67=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #468D43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D43 is #B972BC. Grayscale: #6F6F6F. Windows color (decimal): -12153533 or 4427078. OLE color: 4427078.
HSL color Cylindrical-coordinate representation of color #468D43: hue angle of 117.57º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468D43 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 67 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.45 |
| HSL | 117.57º | 0.36% | 0.41% | - |
| HSV(B) | 117.57º | 0.52% | 0.55% | - |
| XYZ | 13.06 | 20.76 | 8.63 | - |
| YUV | 111.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 67 | 0.50 | 0 | 0.52 | 0.45 | 117.57 | 0.36 | 0.41 |
| Hex | 46 | 8D | 43 | 32 | 0 | 34 | 2D | 76 | 24 | 29 |
| Octal | 106 | 215 | 103 | 62 | 0 | 64 | 55 | 166 | 44 | 51 |
| Binary | 1000110 | 10001101 | 1000011 | 110010 | 0 | 110100 | 101101 | 1110110 | 100100 | 101001 |
Color Harmonies of #468D43
Complementary color
Monochromatic Colors of #468D43
Black with #468D43
Text Example
Text Example
White with #468D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D43; }
p { color: rgb(70,141,67); }
H1.HeaderClassName
{
color: #468D43;
}
.AnyTagClassName
{
color: #468D43;
}
</style>
background-color css
<style>
a { background-color: #468D43; }
a { background-color: rgb(70,141,67); }
div.DivClassName
{
background-color: #468D43;
}
.BgClassName
{
background-color: #468D43;
}
</style>
border-color css
<style>
span { border-color: #468D43; }
span { border-color: rgb(70,141,67); }
td.TdClassName
{
border-color: #468D43;
}
.TagClassName
{
border-color: #468D43;
}
</style>