Shades of Thatch Green #564F2D
Tints of Thatch Green #564F2D
RGB
CMYK
RGB Variations
Color information
#564F2D (or 0x564F2D) is known color: Thatch Green. HEX triplet: 56, 4F and 2D. RGB value is (86,79,45). Sum of RGB (Red+Green+Blue) = 86+79+45=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F2D is #A9B0D2. Grayscale: #4D4D4D. Windows color (decimal): -11120851 or 2969430. OLE color: 2969430.
HSL color Cylindrical-coordinate representation of color #564F2D: hue angle of 49.76º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564F2D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 45 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.66 |
| HSL | 49.76º | 0.31% | 0.26% | - |
| HSV(B) | 49.76º | 0.48% | 0.34% | - |
| XYZ | 7.11 | 7.76 | 3.61 | - |
| YUV | 77.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 45 | 0 | 0.08 | 0.48 | 0.66 | 49.76 | 0.31 | 0.26 |
| Hex | 56 | 4F | 2D | 0 | 8 | 30 | 42 | 32 | 1F | 1A |
| Octal | 126 | 117 | 55 | 0 | 10 | 60 | 102 | 62 | 37 | 32 |
| Binary | 1010110 | 1001111 | 101101 | 0 | 1000 | 110000 | 1000010 | 110010 | 11111 | 11010 |
Color Harmonies of #564F2D
Complementary color
Monochromatic Colors of #564F2D
Black with #564F2D
Text Example
Text Example
White with #564F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F2D; }
p { color: rgb(86,79,45); }
H1.HeaderClassName
{
color: #564F2D;
}
.AnyTagClassName
{
color: #564F2D;
}
</style>
background-color css
<style>
a { background-color: #564F2D; }
a { background-color: rgb(86,79,45); }
div.DivClassName
{
background-color: #564F2D;
}
.BgClassName
{
background-color: #564F2D;
}
</style>
border-color css
<style>
span { border-color: #564F2D; }
span { border-color: rgb(86,79,45); }
td.TdClassName
{
border-color: #564F2D;
}
.TagClassName
{
border-color: #564F2D;
}
</style>