Shades of Fern Green #46863A
Tints of Fern Green #46863A
RGB
CMYK
RGB Variations
Color information
#46863A (or 0x46863A) is known color: Fern Green. HEX triplet: 46, 86 and 3A. RGB value is (70,134,58). Sum of RGB (Red+Green+Blue) = 70+134+58=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #46863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46863A is #B979C5. Grayscale: #6A6A6A. Windows color (decimal): -12155334 or 3835462. OLE color: 3835462.
HSL color Cylindrical-coordinate representation of color #46863A: hue angle of 110.53º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46863A is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 58 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.47 |
| HSL | 110.53º | 0.4% | 0.38% | - |
| HSV(B) | 110.53º | 0.57% | 0.53% | - |
| XYZ | 11.81 | 18.66 | 6.98 | - |
| YUV | 106.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 58 | 0.48 | 0 | 0.57 | 0.47 | 110.53 | 0.4 | 0.38 |
| Hex | 46 | 86 | 3A | 30 | 0 | 39 | 2F | 6F | 28 | 26 |
| Octal | 106 | 206 | 72 | 60 | 0 | 71 | 57 | 157 | 50 | 46 |
| Binary | 1000110 | 10000110 | 111010 | 110000 | 0 | 111001 | 101111 | 1101111 | 101000 | 100110 |
Color Harmonies of #46863A
Complementary color
Monochromatic Colors of #46863A
Black with #46863A
Text Example
Text Example
White with #46863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46863A; }
p { color: rgb(70,134,58); }
H1.HeaderClassName
{
color: #46863A;
}
.AnyTagClassName
{
color: #46863A;
}
</style>
background-color css
<style>
a { background-color: #46863A; }
a { background-color: rgb(70,134,58); }
div.DivClassName
{
background-color: #46863A;
}
.BgClassName
{
background-color: #46863A;
}
</style>
border-color css
<style>
span { border-color: #46863A; }
span { border-color: rgb(70,134,58); }
td.TdClassName
{
border-color: #46863A;
}
.TagClassName
{
border-color: #46863A;
}
</style>