Shades of Fern Green #468F3F
Tints of Fern Green #468F3F
RGB
CMYK
RGB Variations
Color information
#468F3F (or 0x468F3F) is known color: Fern Green. HEX triplet: 46, 8F and 3F. RGB value is (70,143,63). Sum of RGB (Red+Green+Blue) = 70+143+63=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #468F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468F3F is #B970C0. Grayscale: #707070. Windows color (decimal): -12153025 or 4165446. OLE color: 4165446.
HSL color Cylindrical-coordinate representation of color #468F3F: hue angle of 114.75º 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 #468F3F is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 63 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.44 |
| HSL | 114.75º | 0.39% | 0.4% | - |
| HSV(B) | 114.75º | 0.56% | 0.56% | - |
| XYZ | 13.25 | 21.31 | 8.12 | - |
| YUV | 112.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 63 | 0.51 | 0 | 0.56 | 0.44 | 114.75 | 0.39 | 0.4 |
| Hex | 46 | 8F | 3F | 33 | 0 | 38 | 2C | 73 | 27 | 28 |
| Octal | 106 | 217 | 77 | 63 | 0 | 70 | 54 | 163 | 47 | 50 |
| Binary | 1000110 | 10001111 | 111111 | 110011 | 0 | 111000 | 101100 | 1110011 | 100111 | 101000 |
Color Harmonies of #468F3F
Complementary color
Monochromatic Colors of #468F3F
Black with #468F3F
Text Example
Text Example
White with #468F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F3F; }
p { color: rgb(70,143,63); }
H1.HeaderClassName
{
color: #468F3F;
}
.AnyTagClassName
{
color: #468F3F;
}
</style>
background-color css
<style>
a { background-color: #468F3F; }
a { background-color: rgb(70,143,63); }
div.DivClassName
{
background-color: #468F3F;
}
.BgClassName
{
background-color: #468F3F;
}
</style>
border-color css
<style>
span { border-color: #468F3F; }
span { border-color: rgb(70,143,63); }
td.TdClassName
{
border-color: #468F3F;
}
.TagClassName
{
border-color: #468F3F;
}
</style>