Shades of Thatch Green #5B5635
Tints of Thatch Green #5B5635
RGB
CMYK
RGB Variations
Color information
#5B5635 (or 0x5B5635) is known color: Thatch Green. HEX triplet: 5B, 56 and 35. RGB value is (91,86,53). Sum of RGB (Red+Green+Blue) = 91+86+53=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5635 is #A4A9CA. Grayscale: #535353. Windows color (decimal): -10791371 or 3495515. OLE color: 3495515.
HSL color Cylindrical-coordinate representation of color #5B5635: hue angle of 52.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5635 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 53 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.64 |
| HSL | 52.11º | 0.26% | 0.28% | - |
| HSV(B) | 52.11º | 0.42% | 0.36% | - |
| XYZ | 8.28 | 9.14 | 4.7 | - |
| YUV | 83.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 53 | 0 | 0.05 | 0.42 | 0.64 | 52.11 | 0.26 | 0.28 |
| Hex | 5B | 56 | 35 | 0 | 5 | 2A | 40 | 34 | 1A | 1C |
| Octal | 133 | 126 | 65 | 0 | 5 | 52 | 100 | 64 | 32 | 34 |
| Binary | 1011011 | 1010110 | 110101 | 0 | 101 | 101010 | 1000000 | 110100 | 11010 | 11100 |
Color Harmonies of #5B5635
Complementary color
Monochromatic Colors of #5B5635
Black with #5B5635
Text Example
Text Example
White with #5B5635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5635; }
p { color: rgb(91,86,53); }
H1.HeaderClassName
{
color: #5B5635;
}
.AnyTagClassName
{
color: #5B5635;
}
</style>
background-color css
<style>
a { background-color: #5B5635; }
a { background-color: rgb(91,86,53); }
div.DivClassName
{
background-color: #5B5635;
}
.BgClassName
{
background-color: #5B5635;
}
</style>
border-color css
<style>
span { border-color: #5B5635; }
span { border-color: rgb(91,86,53); }
td.TdClassName
{
border-color: #5B5635;
}
.TagClassName
{
border-color: #5B5635;
}
</style>