Shades of Thatch Green #565234
Tints of Thatch Green #565234
RGB
CMYK
RGB Variations
Color information
#565234 (or 0x565234) is known color: Thatch Green. HEX triplet: 56, 52 and 34. RGB value is (86,82,52). Sum of RGB (Red+Green+Blue) = 86+82+52=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #565234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565234 is #A9ADCB. Grayscale: #4F4F4F. Windows color (decimal): -11120076 or 3428950. OLE color: 3428950.
HSL color Cylindrical-coordinate representation of color #565234: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565234 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 52 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.66 |
| HSL | 52.94º | 0.25% | 0.27% | - |
| HSV(B) | 52.94º | 0.4% | 0.34% | - |
| XYZ | 7.47 | 8.26 | 4.45 | - |
| YUV | 79.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 52 | 0 | 0.05 | 0.40 | 0.66 | 52.94 | 0.25 | 0.27 |
| Hex | 56 | 52 | 34 | 0 | 5 | 28 | 42 | 35 | 19 | 1B |
| Octal | 126 | 122 | 64 | 0 | 5 | 50 | 102 | 65 | 31 | 33 |
| Binary | 1010110 | 1010010 | 110100 | 0 | 101 | 101000 | 1000010 | 110101 | 11001 | 11011 |
Color Harmonies of #565234
Complementary color
Monochromatic Colors of #565234
Black with #565234
Text Example
Text Example
White with #565234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565234; }
p { color: rgb(86,82,52); }
H1.HeaderClassName
{
color: #565234;
}
.AnyTagClassName
{
color: #565234;
}
</style>
background-color css
<style>
a { background-color: #565234; }
a { background-color: rgb(86,82,52); }
div.DivClassName
{
background-color: #565234;
}
.BgClassName
{
background-color: #565234;
}
</style>
border-color css
<style>
span { border-color: #565234; }
span { border-color: rgb(86,82,52); }
td.TdClassName
{
border-color: #565234;
}
.TagClassName
{
border-color: #565234;
}
</style>