Shades of Thatch Green #564F2F
Tints of Thatch Green #564F2F
RGB
CMYK
RGB Variations
Color information
#564F2F (or 0x564F2F) is known color: Thatch Green. HEX triplet: 56, 4F and 2F. RGB value is (86,79,47). Sum of RGB (Red+Green+Blue) = 86+79+47=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F2F is #A9B0D0. Grayscale: #4D4D4D. Windows color (decimal): -11120849 or 3100502. OLE color: 3100502.
HSL color Cylindrical-coordinate representation of color #564F2F: hue angle of 49.23º 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 #564F2F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 47 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.66 |
| HSL | 49.23º | 0.29% | 0.26% | - |
| HSV(B) | 49.23º | 0.45% | 0.34% | - |
| XYZ | 7.15 | 7.78 | 3.81 | - |
| YUV | 77.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 47 | 0 | 0.08 | 0.45 | 0.66 | 49.23 | 0.29 | 0.26 |
| Hex | 56 | 4F | 2F | 0 | 8 | 2D | 42 | 31 | 1D | 1A |
| Octal | 126 | 117 | 57 | 0 | 10 | 55 | 102 | 61 | 35 | 32 |
| Binary | 1010110 | 1001111 | 101111 | 0 | 1000 | 101101 | 1000010 | 110001 | 11101 | 11010 |
Color Harmonies of #564F2F
Complementary color
Monochromatic Colors of #564F2F
Black with #564F2F
Text Example
Text Example
White with #564F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F2F; }
p { color: rgb(86,79,47); }
H1.HeaderClassName
{
color: #564F2F;
}
.AnyTagClassName
{
color: #564F2F;
}
</style>
background-color css
<style>
a { background-color: #564F2F; }
a { background-color: rgb(86,79,47); }
div.DivClassName
{
background-color: #564F2F;
}
.BgClassName
{
background-color: #564F2F;
}
</style>
border-color css
<style>
span { border-color: #564F2F; }
span { border-color: rgb(86,79,47); }
td.TdClassName
{
border-color: #564F2F;
}
.TagClassName
{
border-color: #564F2F;
}
</style>