Shades of Thatch Green #564F2B
Tints of Thatch Green #564F2B
RGB
CMYK
RGB Variations
Color information
#564F2B (or 0x564F2B) is known color: Thatch Green. HEX triplet: 56, 4F and 2B. RGB value is (86,79,43). Sum of RGB (Red+Green+Blue) = 86+79+43=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F2B is #A9B0D4. Grayscale: #4D4D4D. Windows color (decimal): -11120853 or 2838358. OLE color: 2838358.
HSL color Cylindrical-coordinate representation of color #564F2B: hue angle of 50.23º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564F2B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 43 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.66 |
| HSL | 50.23º | 0.33% | 0.25% | - |
| HSV(B) | 50.23º | 0.5% | 0.34% | - |
| XYZ | 7.07 | 7.74 | 3.41 | - |
| YUV | 76.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 43 | 0 | 0.08 | 0.50 | 0.66 | 50.23 | 0.33 | 0.25 |
| Hex | 56 | 4F | 2B | 0 | 8 | 32 | 42 | 32 | 21 | 19 |
| Octal | 126 | 117 | 53 | 0 | 10 | 62 | 102 | 62 | 41 | 31 |
| Binary | 1010110 | 1001111 | 101011 | 0 | 1000 | 110010 | 1000010 | 110010 | 100001 | 11001 |
Color Harmonies of #564F2B
Complementary color
Monochromatic Colors of #564F2B
Black with #564F2B
Text Example
Text Example
White with #564F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F2B; }
p { color: rgb(86,79,43); }
H1.HeaderClassName
{
color: #564F2B;
}
.AnyTagClassName
{
color: #564F2B;
}
</style>
background-color css
<style>
a { background-color: #564F2B; }
a { background-color: rgb(86,79,43); }
div.DivClassName
{
background-color: #564F2B;
}
.BgClassName
{
background-color: #564F2B;
}
</style>
border-color css
<style>
span { border-color: #564F2B; }
span { border-color: rgb(86,79,43); }
td.TdClassName
{
border-color: #564F2B;
}
.TagClassName
{
border-color: #564F2B;
}
</style>