Shades of Thatch Green #56512A
Tints of Thatch Green #56512A
RGB
CMYK
RGB Variations
Color information
#56512A (or 0x56512A) is known color: Thatch Green. HEX triplet: 56, 51 and 2A. RGB value is (86,81,42). Sum of RGB (Red+Green+Blue) = 86+81+42=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #56512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56512A is #A9AED5. Grayscale: #4E4E4E. Windows color (decimal): -11120342 or 2773334. OLE color: 2773334.
HSL color Cylindrical-coordinate representation of color #56512A: hue angle of 53.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56512A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 42 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.66 |
| HSL | 53.18º | 0.34% | 0.25% | - |
| HSV(B) | 53.18º | 0.51% | 0.34% | - |
| XYZ | 7.2 | 8.03 | 3.36 | - |
| YUV | 78.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 42 | 0 | 0.06 | 0.51 | 0.66 | 53.18 | 0.34 | 0.25 |
| Hex | 56 | 51 | 2A | 0 | 6 | 33 | 42 | 35 | 22 | 19 |
| Octal | 126 | 121 | 52 | 0 | 6 | 63 | 102 | 65 | 42 | 31 |
| Binary | 1010110 | 1010001 | 101010 | 0 | 110 | 110011 | 1000010 | 110101 | 100010 | 11001 |
Color Harmonies of #56512A
Complementary color
Monochromatic Colors of #56512A
Black with #56512A
Text Example
Text Example
White with #56512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56512A; }
p { color: rgb(86,81,42); }
H1.HeaderClassName
{
color: #56512A;
}
.AnyTagClassName
{
color: #56512A;
}
</style>
background-color css
<style>
a { background-color: #56512A; }
a { background-color: rgb(86,81,42); }
div.DivClassName
{
background-color: #56512A;
}
.BgClassName
{
background-color: #56512A;
}
</style>
border-color css
<style>
span { border-color: #56512A; }
span { border-color: rgb(86,81,42); }
td.TdClassName
{
border-color: #56512A;
}
.TagClassName
{
border-color: #56512A;
}
</style>