Shades of Thatch Green #5A542A
Tints of Thatch Green #5A542A
RGB
CMYK
RGB Variations
Color information
#5A542A (or 0x5A542A) is known color: Thatch Green. HEX triplet: 5A, 54 and 2A. RGB value is (90,84,42). Sum of RGB (Red+Green+Blue) = 90+84+42=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A542A is #A5ABD5. Grayscale: #515151. Windows color (decimal): -10857430 or 2774106. OLE color: 2774106.
HSL color Cylindrical-coordinate representation of color #5A542A: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A542A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 42 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.65 |
| HSL | 52.5º | 0.36% | 0.26% | - |
| HSV(B) | 52.5º | 0.53% | 0.35% | - |
| XYZ | 7.8 | 8.68 | 3.45 | - |
| YUV | 81.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 42 | 0 | 0.07 | 0.53 | 0.65 | 52.5 | 0.36 | 0.26 |
| Hex | 5A | 54 | 2A | 0 | 7 | 35 | 41 | 34 | 24 | 1A |
| Octal | 132 | 124 | 52 | 0 | 7 | 65 | 101 | 64 | 44 | 32 |
| Binary | 1011010 | 1010100 | 101010 | 0 | 111 | 110101 | 1000001 | 110100 | 100100 | 11010 |
Color Harmonies of #5A542A
Complementary color
Monochromatic Colors of #5A542A
Black with #5A542A
Text Example
Text Example
White with #5A542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A542A; }
p { color: rgb(90,84,42); }
H1.HeaderClassName
{
color: #5A542A;
}
.AnyTagClassName
{
color: #5A542A;
}
</style>
background-color css
<style>
a { background-color: #5A542A; }
a { background-color: rgb(90,84,42); }
div.DivClassName
{
background-color: #5A542A;
}
.BgClassName
{
background-color: #5A542A;
}
</style>
border-color css
<style>
span { border-color: #5A542A; }
span { border-color: rgb(90,84,42); }
td.TdClassName
{
border-color: #5A542A;
}
.TagClassName
{
border-color: #5A542A;
}
</style>