Shades of Thatch Green #5A542E
Tints of Thatch Green #5A542E
RGB
CMYK
RGB Variations
Color information
#5A542E (or 0x5A542E) is known color: Thatch Green. HEX triplet: 5A, 54 and 2E. RGB value is (90,84,46). Sum of RGB (Red+Green+Blue) = 90+84+46=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A542E is #A5ABD1. Grayscale: #515151. Windows color (decimal): -10857426 or 3036250. OLE color: 3036250.
HSL color Cylindrical-coordinate representation of color #5A542E: hue angle of 51.82º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A542E is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 46 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.65 |
| HSL | 51.82º | 0.32% | 0.27% | - |
| HSV(B) | 51.82º | 0.49% | 0.35% | - |
| XYZ | 7.88 | 8.71 | 3.85 | - |
| YUV | 81.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 46 | 0 | 0.07 | 0.49 | 0.65 | 51.82 | 0.32 | 0.27 |
| Hex | 5A | 54 | 2E | 0 | 7 | 31 | 41 | 34 | 20 | 1B |
| Octal | 132 | 124 | 56 | 0 | 7 | 61 | 101 | 64 | 40 | 33 |
| Binary | 1011010 | 1010100 | 101110 | 0 | 111 | 110001 | 1000001 | 110100 | 100000 | 11011 |
Color Harmonies of #5A542E
Complementary color
Monochromatic Colors of #5A542E
Black with #5A542E
Text Example
Text Example
White with #5A542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A542E; }
p { color: rgb(90,84,46); }
H1.HeaderClassName
{
color: #5A542E;
}
.AnyTagClassName
{
color: #5A542E;
}
</style>
background-color css
<style>
a { background-color: #5A542E; }
a { background-color: rgb(90,84,46); }
div.DivClassName
{
background-color: #5A542E;
}
.BgClassName
{
background-color: #5A542E;
}
</style>
border-color css
<style>
span { border-color: #5A542E; }
span { border-color: rgb(90,84,46); }
td.TdClassName
{
border-color: #5A542E;
}
.TagClassName
{
border-color: #5A542E;
}
</style>