Shades of Fern Green #468340
Tints of Fern Green #468340
RGB
CMYK
RGB Variations
Color information
#468340 (or 0x468340) is known color: Fern Green. HEX triplet: 46, 83 and 40. RGB value is (70,131,64). Sum of RGB (Red+Green+Blue) = 70+131+64=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #468340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468340 is #B97CBF. Grayscale: #696969. Windows color (decimal): -12156096 or 4227910. OLE color: 4227910.
HSL color Cylindrical-coordinate representation of color #468340: hue angle of 114.63º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468340 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 64 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.49 |
| HSL | 114.63º | 0.34% | 0.38% | - |
| HSV(B) | 114.63º | 0.51% | 0.51% | - |
| XYZ | 11.57 | 17.9 | 7.7 | - |
| YUV | 105.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 64 | 0.47 | 0 | 0.51 | 0.49 | 114.63 | 0.34 | 0.38 |
| Hex | 46 | 83 | 40 | 2F | 0 | 33 | 31 | 73 | 22 | 26 |
| Octal | 106 | 203 | 100 | 57 | 0 | 63 | 61 | 163 | 42 | 46 |
| Binary | 1000110 | 10000011 | 1000000 | 101111 | 0 | 110011 | 110001 | 1110011 | 100010 | 100110 |
Color Harmonies of #468340
Complementary color
Monochromatic Colors of #468340
Black with #468340
Text Example
Text Example
White with #468340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468340; }
p { color: rgb(70,131,64); }
H1.HeaderClassName
{
color: #468340;
}
.AnyTagClassName
{
color: #468340;
}
</style>
background-color css
<style>
a { background-color: #468340; }
a { background-color: rgb(70,131,64); }
div.DivClassName
{
background-color: #468340;
}
.BgClassName
{
background-color: #468340;
}
</style>
border-color css
<style>
span { border-color: #468340; }
span { border-color: rgb(70,131,64); }
td.TdClassName
{
border-color: #468340;
}
.TagClassName
{
border-color: #468340;
}
</style>