Shades of Fern Green #468E3F
Tints of Fern Green #468E3F
RGB
CMYK
RGB Variations
Color information
#468E3F (or 0x468E3F) is known color: Fern Green. HEX triplet: 46, 8E and 3F. RGB value is (70,142,63). Sum of RGB (Red+Green+Blue) = 70+142+63=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #468E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468E3F is #B971C0. Grayscale: #6F6F6F. Windows color (decimal): -12153281 or 4165190. OLE color: 4165190.
HSL color Cylindrical-coordinate representation of color #468E3F: hue angle of 114.68º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #468E3F is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 63 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.44 |
| HSL | 114.68º | 0.39% | 0.4% | - |
| HSV(B) | 114.68º | 0.56% | 0.56% | - |
| XYZ | 13.1 | 21.01 | 8.07 | - |
| YUV | 111.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 63 | 0.51 | 0 | 0.56 | 0.44 | 114.68 | 0.39 | 0.4 |
| Hex | 46 | 8E | 3F | 33 | 0 | 38 | 2C | 73 | 27 | 28 |
| Octal | 106 | 216 | 77 | 63 | 0 | 70 | 54 | 163 | 47 | 50 |
| Binary | 1000110 | 10001110 | 111111 | 110011 | 0 | 111000 | 101100 | 1110011 | 100111 | 101000 |
Color Harmonies of #468E3F
Complementary color
Monochromatic Colors of #468E3F
Black with #468E3F
Text Example
Text Example
White with #468E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E3F; }
p { color: rgb(70,142,63); }
H1.HeaderClassName
{
color: #468E3F;
}
.AnyTagClassName
{
color: #468E3F;
}
</style>
background-color css
<style>
a { background-color: #468E3F; }
a { background-color: rgb(70,142,63); }
div.DivClassName
{
background-color: #468E3F;
}
.BgClassName
{
background-color: #468E3F;
}
</style>
border-color css
<style>
span { border-color: #468E3F; }
span { border-color: rgb(70,142,63); }
td.TdClassName
{
border-color: #468E3F;
}
.TagClassName
{
border-color: #468E3F;
}
</style>