Shades of Thatch Green #56512F
Tints of Thatch Green #56512F
RGB
CMYK
RGB Variations
Color information
#56512F (or 0x56512F) is known color: Thatch Green. HEX triplet: 56, 51 and 2F. RGB value is (86,81,47). Sum of RGB (Red+Green+Blue) = 86+81+47=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56512F is #A9AED0. Grayscale: #4E4E4E. Windows color (decimal): -11120337 or 3101014. OLE color: 3101014.
HSL color Cylindrical-coordinate representation of color #56512F: hue angle of 52.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56512F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 47 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.66 |
| HSL | 52.31º | 0.29% | 0.26% | - |
| HSV(B) | 52.31º | 0.45% | 0.34% | - |
| XYZ | 7.29 | 8.07 | 3.86 | - |
| YUV | 78.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 47 | 0 | 0.06 | 0.45 | 0.66 | 52.31 | 0.29 | 0.26 |
| Hex | 56 | 51 | 2F | 0 | 6 | 2D | 42 | 34 | 1D | 1A |
| Octal | 126 | 121 | 57 | 0 | 6 | 55 | 102 | 64 | 35 | 32 |
| Binary | 1010110 | 1010001 | 101111 | 0 | 110 | 101101 | 1000010 | 110100 | 11101 | 11010 |
Color Harmonies of #56512F
Complementary color
Monochromatic Colors of #56512F
Black with #56512F
Text Example
Text Example
White with #56512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56512F; }
p { color: rgb(86,81,47); }
H1.HeaderClassName
{
color: #56512F;
}
.AnyTagClassName
{
color: #56512F;
}
</style>
background-color css
<style>
a { background-color: #56512F; }
a { background-color: rgb(86,81,47); }
div.DivClassName
{
background-color: #56512F;
}
.BgClassName
{
background-color: #56512F;
}
</style>
border-color css
<style>
span { border-color: #56512F; }
span { border-color: rgb(86,81,47); }
td.TdClassName
{
border-color: #56512F;
}
.TagClassName
{
border-color: #56512F;
}
</style>