Shades of Thatch Green #5B5633
Tints of Thatch Green #5B5633
RGB
CMYK
RGB Variations
Color information
#5B5633 (or 0x5B5633) is known color: Thatch Green. HEX triplet: 5B, 56 and 33. RGB value is (91,86,51). Sum of RGB (Red+Green+Blue) = 91+86+51=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5633 is #A4A9CC. Grayscale: #535353. Windows color (decimal): -10791373 or 3364443. OLE color: 3364443.
HSL color Cylindrical-coordinate representation of color #5B5633: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B5633 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 51 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.64 |
| HSL | 52.5º | 0.28% | 0.28% | - |
| HSV(B) | 52.5º | 0.44% | 0.36% | - |
| XYZ | 8.24 | 9.12 | 4.46 | - |
| YUV | 83.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 51 | 0 | 0.05 | 0.44 | 0.64 | 52.5 | 0.28 | 0.28 |
| Hex | 5B | 56 | 33 | 0 | 5 | 2C | 40 | 34 | 1C | 1C |
| Octal | 133 | 126 | 63 | 0 | 5 | 54 | 100 | 64 | 34 | 34 |
| Binary | 1011011 | 1010110 | 110011 | 0 | 101 | 101100 | 1000000 | 110100 | 11100 | 11100 |
Color Harmonies of #5B5633
Complementary color
Monochromatic Colors of #5B5633
Black with #5B5633
Text Example
Text Example
White with #5B5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5633; }
p { color: rgb(91,86,51); }
H1.HeaderClassName
{
color: #5B5633;
}
.AnyTagClassName
{
color: #5B5633;
}
</style>
background-color css
<style>
a { background-color: #5B5633; }
a { background-color: rgb(91,86,51); }
div.DivClassName
{
background-color: #5B5633;
}
.BgClassName
{
background-color: #5B5633;
}
</style>
border-color css
<style>
span { border-color: #5B5633; }
span { border-color: rgb(91,86,51); }
td.TdClassName
{
border-color: #5B5633;
}
.TagClassName
{
border-color: #5B5633;
}
</style>