Shades of Thatch Green #5A5433
Tints of Thatch Green #5A5433
RGB
CMYK
RGB Variations
Color information
#5A5433 (or 0x5A5433) is known color: Thatch Green. HEX triplet: 5A, 54 and 33. RGB value is (90,84,51). Sum of RGB (Red+Green+Blue) = 90+84+51=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5433 is #A5ABCC. Grayscale: #525252. Windows color (decimal): -10857421 or 3363930. OLE color: 3363930.
HSL color Cylindrical-coordinate representation of color #5A5433: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A5433 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 51 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.65 |
| HSL | 50.77º | 0.28% | 0.28% | - |
| HSV(B) | 50.77º | 0.43% | 0.35% | - |
| XYZ | 7.98 | 8.75 | 4.4 | - |
| YUV | 82.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 51 | 0 | 0.07 | 0.43 | 0.65 | 50.77 | 0.28 | 0.28 |
| Hex | 5A | 54 | 33 | 0 | 7 | 2B | 41 | 33 | 1C | 1C |
| Octal | 132 | 124 | 63 | 0 | 7 | 53 | 101 | 63 | 34 | 34 |
| Binary | 1011010 | 1010100 | 110011 | 0 | 111 | 101011 | 1000001 | 110011 | 11100 | 11100 |
Color Harmonies of #5A5433
Complementary color
Monochromatic Colors of #5A5433
Black with #5A5433
Text Example
Text Example
White with #5A5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5433; }
p { color: rgb(90,84,51); }
H1.HeaderClassName
{
color: #5A5433;
}
.AnyTagClassName
{
color: #5A5433;
}
</style>
background-color css
<style>
a { background-color: #5A5433; }
a { background-color: rgb(90,84,51); }
div.DivClassName
{
background-color: #5A5433;
}
.BgClassName
{
background-color: #5A5433;
}
</style>
border-color css
<style>
span { border-color: #5A5433; }
span { border-color: rgb(90,84,51); }
td.TdClassName
{
border-color: #5A5433;
}
.TagClassName
{
border-color: #5A5433;
}
</style>