Shades of Thatch Green #565128
Tints of Thatch Green #565128
RGB
CMYK
RGB Variations
Color information
#565128 (or 0x565128) is known color: Thatch Green. HEX triplet: 56, 51 and 28. RGB value is (86,81,40). Sum of RGB (Red+Green+Blue) = 86+81+40=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #565128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565128 is #A9AED7. Grayscale: #4D4D4D. Windows color (decimal): -11120344 or 2642262. OLE color: 2642262.
HSL color Cylindrical-coordinate representation of color #565128: hue angle of 53.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565128 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 40 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.66 |
| HSL | 53.48º | 0.37% | 0.25% | - |
| HSV(B) | 53.48º | 0.53% | 0.34% | - |
| XYZ | 7.16 | 8.02 | 3.18 | - |
| YUV | 77.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 40 | 0 | 0.06 | 0.53 | 0.66 | 53.48 | 0.37 | 0.25 |
| Hex | 56 | 51 | 28 | 0 | 6 | 35 | 42 | 35 | 25 | 19 |
| Octal | 126 | 121 | 50 | 0 | 6 | 65 | 102 | 65 | 45 | 31 |
| Binary | 1010110 | 1010001 | 101000 | 0 | 110 | 110101 | 1000010 | 110101 | 100101 | 11001 |
Color Harmonies of #565128
Complementary color
Monochromatic Colors of #565128
Black with #565128
Text Example
Text Example
White with #565128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565128; }
p { color: rgb(86,81,40); }
H1.HeaderClassName
{
color: #565128;
}
.AnyTagClassName
{
color: #565128;
}
</style>
background-color css
<style>
a { background-color: #565128; }
a { background-color: rgb(86,81,40); }
div.DivClassName
{
background-color: #565128;
}
.BgClassName
{
background-color: #565128;
}
</style>
border-color css
<style>
span { border-color: #565128; }
span { border-color: rgb(86,81,40); }
td.TdClassName
{
border-color: #565128;
}
.TagClassName
{
border-color: #565128;
}
</style>