Shades of Fern #56B36A
Tints of Fern #56B36A
RGB
CMYK
RGB Variations
Color information
#56B36A (or 0x56B36A) is known color: Fern. HEX triplet: 56, B3 and 6A. RGB value is (86,179,106). Sum of RGB (Red+Green+Blue) = 86+179+106=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #56B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B36A is #A94C95. Grayscale: #8F8F8F. Windows color (decimal): -11095190 or 6992726. OLE color: 6992726.
HSL color Cylindrical-coordinate representation of color #56B36A: hue angle of 132.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B36A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 179 | 106 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.30 |
| HSL | 132.9º | 0.38% | 0.52% | - |
| HSV(B) | 132.9º | 0.52% | 0.7% | - |
| XYZ | 22.56 | 35.26 | 19.25 | - |
| YUV | 142.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 179 | 106 | 0.52 | 0 | 0.41 | 0.30 | 132.9 | 0.38 | 0.52 |
| Hex | 56 | B3 | 6A | 34 | 0 | 29 | 1E | 85 | 26 | 34 |
| Octal | 126 | 263 | 152 | 64 | 0 | 51 | 36 | 205 | 46 | 64 |
| Binary | 1010110 | 10110011 | 1101010 | 110100 | 0 | 101001 | 11110 | 10000101 | 100110 | 110100 |
Color Harmonies of #56B36A
Complementary color
Monochromatic Colors of #56B36A
Black with #56B36A
Text Example
Text Example
White with #56B36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B36A; }
p { color: rgb(86,179,106); }
H1.HeaderClassName
{
color: #56B36A;
}
.AnyTagClassName
{
color: #56B36A;
}
</style>
background-color css
<style>
a { background-color: #56B36A; }
a { background-color: rgb(86,179,106); }
div.DivClassName
{
background-color: #56B36A;
}
.BgClassName
{
background-color: #56B36A;
}
</style>
border-color css
<style>
span { border-color: #56B36A; }
span { border-color: rgb(86,179,106); }
td.TdClassName
{
border-color: #56B36A;
}
.TagClassName
{
border-color: #56B36A;
}
</style>