Shades of Thatch Green #555132
Tints of Thatch Green #555132
RGB
CMYK
RGB Variations
Color information
#555132 (or 0x555132) is known color: Thatch Green. HEX triplet: 55, 51 and 32. RGB value is (85,81,50). Sum of RGB (Red+Green+Blue) = 85+81+50=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #555132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555132 is #AAAECD. Grayscale: #4E4E4E. Windows color (decimal): -11185870 or 3297621. OLE color: 3297621.
HSL color Cylindrical-coordinate representation of color #555132: hue angle of 53.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555132 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 50 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.67 |
| HSL | 53.14º | 0.26% | 0.26% | - |
| HSV(B) | 53.14º | 0.41% | 0.33% | - |
| XYZ | 7.26 | 8.05 | 4.19 | - |
| YUV | 78.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 50 | 0 | 0.05 | 0.41 | 0.67 | 53.14 | 0.26 | 0.26 |
| Hex | 55 | 51 | 32 | 0 | 5 | 29 | 43 | 35 | 1A | 1A |
| Octal | 125 | 121 | 62 | 0 | 5 | 51 | 103 | 65 | 32 | 32 |
| Binary | 1010101 | 1010001 | 110010 | 0 | 101 | 101001 | 1000011 | 110101 | 11010 | 11010 |
Color Harmonies of #555132
Complementary color
Monochromatic Colors of #555132
Black with #555132
Text Example
Text Example
White with #555132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555132; }
p { color: rgb(85,81,50); }
H1.HeaderClassName
{
color: #555132;
}
.AnyTagClassName
{
color: #555132;
}
</style>
background-color css
<style>
a { background-color: #555132; }
a { background-color: rgb(85,81,50); }
div.DivClassName
{
background-color: #555132;
}
.BgClassName
{
background-color: #555132;
}
</style>
border-color css
<style>
span { border-color: #555132; }
span { border-color: rgb(85,81,50); }
td.TdClassName
{
border-color: #555132;
}
.TagClassName
{
border-color: #555132;
}
</style>