Shades of Thatch Green #56502E
Tints of Thatch Green #56502E
RGB
CMYK
RGB Variations
Color information
#56502E (or 0x56502E) is known color: Thatch Green. HEX triplet: 56, 50 and 2E. RGB value is (86,80,46). Sum of RGB (Red+Green+Blue) = 86+80+46=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56502E is #A9AFD1. Grayscale: #4E4E4E. Windows color (decimal): -11120594 or 3035222. OLE color: 3035222.
HSL color Cylindrical-coordinate representation of color #56502E: hue angle of 51º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56502E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 46 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.66 |
| HSL | 51º | 0.3% | 0.26% | - |
| HSV(B) | 51º | 0.47% | 0.34% | - |
| XYZ | 7.2 | 7.91 | 3.73 | - |
| YUV | 77.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 46 | 0 | 0.07 | 0.47 | 0.66 | 51 | 0.3 | 0.26 |
| Hex | 56 | 50 | 2E | 0 | 7 | 2F | 42 | 33 | 1E | 1A |
| Octal | 126 | 120 | 56 | 0 | 7 | 57 | 102 | 63 | 36 | 32 |
| Binary | 1010110 | 1010000 | 101110 | 0 | 111 | 101111 | 1000010 | 110011 | 11110 | 11010 |
Color Harmonies of #56502E
Complementary color
Monochromatic Colors of #56502E
Black with #56502E
Text Example
Text Example
White with #56502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56502E; }
p { color: rgb(86,80,46); }
H1.HeaderClassName
{
color: #56502E;
}
.AnyTagClassName
{
color: #56502E;
}
</style>
background-color css
<style>
a { background-color: #56502E; }
a { background-color: rgb(86,80,46); }
div.DivClassName
{
background-color: #56502E;
}
.BgClassName
{
background-color: #56502E;
}
</style>
border-color css
<style>
span { border-color: #56502E; }
span { border-color: rgb(86,80,46); }
td.TdClassName
{
border-color: #56502E;
}
.TagClassName
{
border-color: #56502E;
}
</style>