Shades of Thatch Green #565226
Tints of Thatch Green #565226
RGB
CMYK
RGB Variations
Color information
#565226 (or 0x565226) is known color: Thatch Green. HEX triplet: 56, 52 and 26. RGB value is (86,82,38). Sum of RGB (Red+Green+Blue) = 86+82+38=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #565226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565226 is #A9ADD9. Grayscale: #4E4E4E. Windows color (decimal): -11120090 or 2511446. OLE color: 2511446.
HSL color Cylindrical-coordinate representation of color #565226: hue angle of 55º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565226 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 38 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.66 |
| HSL | 55º | 0.39% | 0.24% | - |
| HSV(B) | 55º | 0.56% | 0.34% | - |
| XYZ | 7.2 | 8.15 | 3.03 | - |
| YUV | 78.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 38 | 0 | 0.05 | 0.56 | 0.66 | 55 | 0.39 | 0.24 |
| Hex | 56 | 52 | 26 | 0 | 5 | 38 | 42 | 37 | 27 | 18 |
| Octal | 126 | 122 | 46 | 0 | 5 | 70 | 102 | 67 | 47 | 30 |
| Binary | 1010110 | 1010010 | 100110 | 0 | 101 | 111000 | 1000010 | 110111 | 100111 | 11000 |
Color Harmonies of #565226
Complementary color
Monochromatic Colors of #565226
Black with #565226
Text Example
Text Example
White with #565226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565226; }
p { color: rgb(86,82,38); }
H1.HeaderClassName
{
color: #565226;
}
.AnyTagClassName
{
color: #565226;
}
</style>
background-color css
<style>
a { background-color: #565226; }
a { background-color: rgb(86,82,38); }
div.DivClassName
{
background-color: #565226;
}
.BgClassName
{
background-color: #565226;
}
</style>
border-color css
<style>
span { border-color: #565226; }
span { border-color: rgb(86,82,38); }
td.TdClassName
{
border-color: #565226;
}
.TagClassName
{
border-color: #565226;
}
</style>