Shades of Fern Green #56863A
Tints of Fern Green #56863A
RGB
CMYK
RGB Variations
Color information
#56863A (or 0x56863A) is known color: Fern Green. HEX triplet: 56, 86 and 3A. RGB value is (86,134,58). Sum of RGB (Red+Green+Blue) = 86+134+58=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #56863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56863A is #A979C5. Grayscale: #6F6F6F. Windows color (decimal): -11106758 or 3835478. OLE color: 3835478.
HSL color Cylindrical-coordinate representation of color #56863A: hue angle of 97.89º 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 #56863A is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 134 | 58 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.47 |
| HSL | 97.89º | 0.4% | 0.38% | - |
| HSV(B) | 97.89º | 0.57% | 0.53% | - |
| XYZ | 13.13 | 19.33 | 7.04 | - |
| YUV | 110.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 58 | 0.36 | 0 | 0.57 | 0.47 | 97.89 | 0.4 | 0.38 |
| Hex | 56 | 86 | 3A | 24 | 0 | 39 | 2F | 62 | 28 | 26 |
| Octal | 126 | 206 | 72 | 44 | 0 | 71 | 57 | 142 | 50 | 46 |
| Binary | 1010110 | 10000110 | 111010 | 100100 | 0 | 111001 | 101111 | 1100010 | 101000 | 100110 |
Color Harmonies of #56863A
Complementary color
Monochromatic Colors of #56863A
Black with #56863A
Text Example
Text Example
White with #56863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56863A; }
p { color: rgb(86,134,58); }
H1.HeaderClassName
{
color: #56863A;
}
.AnyTagClassName
{
color: #56863A;
}
</style>
background-color css
<style>
a { background-color: #56863A; }
a { background-color: rgb(86,134,58); }
div.DivClassName
{
background-color: #56863A;
}
.BgClassName
{
background-color: #56863A;
}
</style>
border-color css
<style>
span { border-color: #56863A; }
span { border-color: rgb(86,134,58); }
td.TdClassName
{
border-color: #56863A;
}
.TagClassName
{
border-color: #56863A;
}
</style>