Shades of Fern Green #56873C
Tints of Fern Green #56873C
RGB
CMYK
RGB Variations
Color information
#56873C (or 0x56873C) is known color: Fern Green. HEX triplet: 56, 87 and 3C. RGB value is (86,135,60). Sum of RGB (Red+Green+Blue) = 86+135+60=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #56873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56873C is #A978C3. Grayscale: #707070. Windows color (decimal): -11106500 or 3966806. OLE color: 3966806.
HSL color Cylindrical-coordinate representation of color #56873C: hue angle of 99.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56873C is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 60 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.47 |
| HSL | 99.2º | 0.38% | 0.38% | - |
| HSV(B) | 99.2º | 0.56% | 0.53% | - |
| XYZ | 13.32 | 19.63 | 7.36 | - |
| YUV | 111.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 60 | 0.36 | 0 | 0.56 | 0.47 | 99.2 | 0.38 | 0.38 |
| Hex | 56 | 87 | 3C | 24 | 0 | 38 | 2F | 63 | 26 | 26 |
| Octal | 126 | 207 | 74 | 44 | 0 | 70 | 57 | 143 | 46 | 46 |
| Binary | 1010110 | 10000111 | 111100 | 100100 | 0 | 111000 | 101111 | 1100011 | 100110 | 100110 |
Color Harmonies of #56873C
Complementary color
Monochromatic Colors of #56873C
Black with #56873C
Text Example
Text Example
White with #56873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56873C; }
p { color: rgb(86,135,60); }
H1.HeaderClassName
{
color: #56873C;
}
.AnyTagClassName
{
color: #56873C;
}
</style>
background-color css
<style>
a { background-color: #56873C; }
a { background-color: rgb(86,135,60); }
div.DivClassName
{
background-color: #56873C;
}
.BgClassName
{
background-color: #56873C;
}
</style>
border-color css
<style>
span { border-color: #56873C; }
span { border-color: rgb(86,135,60); }
td.TdClassName
{
border-color: #56873C;
}
.TagClassName
{
border-color: #56873C;
}
</style>