Shades of Thatch Green #564F30
Tints of Thatch Green #564F30
RGB
CMYK
RGB Variations
Color information
#564F30 (or 0x564F30) is known color: Thatch Green. HEX triplet: 56, 4F and 30. RGB value is (86,79,48). Sum of RGB (Red+Green+Blue) = 86+79+48=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #564F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F30 is #A9B0CF. Grayscale: #4D4D4D. Windows color (decimal): -11120848 or 3166038. OLE color: 3166038.
HSL color Cylindrical-coordinate representation of color #564F30: hue angle of 48.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564F30 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 48 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.66 |
| HSL | 48.95º | 0.28% | 0.26% | - |
| HSV(B) | 48.95º | 0.44% | 0.34% | - |
| XYZ | 7.17 | 7.78 | 3.92 | - |
| YUV | 77.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 48 | 0 | 0.08 | 0.44 | 0.66 | 48.95 | 0.28 | 0.26 |
| Hex | 56 | 4F | 30 | 0 | 8 | 2C | 42 | 31 | 1C | 1A |
| Octal | 126 | 117 | 60 | 0 | 10 | 54 | 102 | 61 | 34 | 32 |
| Binary | 1010110 | 1001111 | 110000 | 0 | 1000 | 101100 | 1000010 | 110001 | 11100 | 11010 |
Color Harmonies of #564F30
Complementary color
Monochromatic Colors of #564F30
Black with #564F30
Text Example
Text Example
White with #564F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F30; }
p { color: rgb(86,79,48); }
H1.HeaderClassName
{
color: #564F30;
}
.AnyTagClassName
{
color: #564F30;
}
</style>
background-color css
<style>
a { background-color: #564F30; }
a { background-color: rgb(86,79,48); }
div.DivClassName
{
background-color: #564F30;
}
.BgClassName
{
background-color: #564F30;
}
</style>
border-color css
<style>
span { border-color: #564F30; }
span { border-color: rgb(86,79,48); }
td.TdClassName
{
border-color: #564F30;
}
.TagClassName
{
border-color: #564F30;
}
</style>