Shades of Thatch Green #5A5535
Tints of Thatch Green #5A5535
RGB
CMYK
RGB Variations
Color information
#5A5535 (or 0x5A5535) is known color: Thatch Green. HEX triplet: 5A, 55 and 35. RGB value is (90,85,53). Sum of RGB (Red+Green+Blue) = 90+85+53=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5535 is #A5AACA. Grayscale: #525252. Windows color (decimal): -10857163 or 3495258. OLE color: 3495258.
HSL color Cylindrical-coordinate representation of color #5A5535: hue angle of 51.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A5535 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 53 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.65 |
| HSL | 51.89º | 0.26% | 0.28% | - |
| HSV(B) | 51.89º | 0.41% | 0.35% | - |
| XYZ | 8.11 | 8.93 | 4.66 | - |
| YUV | 82.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 53 | 0 | 0.06 | 0.41 | 0.65 | 51.89 | 0.26 | 0.28 |
| Hex | 5A | 55 | 35 | 0 | 6 | 29 | 41 | 34 | 1A | 1C |
| Octal | 132 | 125 | 65 | 0 | 6 | 51 | 101 | 64 | 32 | 34 |
| Binary | 1011010 | 1010101 | 110101 | 0 | 110 | 101001 | 1000001 | 110100 | 11010 | 11100 |
Color Harmonies of #5A5535
Complementary color
Monochromatic Colors of #5A5535
Black with #5A5535
Text Example
Text Example
White with #5A5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5535; }
p { color: rgb(90,85,53); }
H1.HeaderClassName
{
color: #5A5535;
}
.AnyTagClassName
{
color: #5A5535;
}
</style>
background-color css
<style>
a { background-color: #5A5535; }
a { background-color: rgb(90,85,53); }
div.DivClassName
{
background-color: #5A5535;
}
.BgClassName
{
background-color: #5A5535;
}
</style>
border-color css
<style>
span { border-color: #5A5535; }
span { border-color: rgb(90,85,53); }
td.TdClassName
{
border-color: #5A5535;
}
.TagClassName
{
border-color: #5A5535;
}
</style>