Shades of Thatch Green #555032
Tints of Thatch Green #555032
RGB
CMYK
RGB Variations
Color information
#555032 (or 0x555032) is known color: Thatch Green. HEX triplet: 55, 50 and 32. RGB value is (85,80,50). Sum of RGB (Red+Green+Blue) = 85+80+50=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #555032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555032 is #AAAFCD. Grayscale: #4E4E4E. Windows color (decimal): -11186126 or 3297365. OLE color: 3297365.
HSL color Cylindrical-coordinate representation of color #555032: hue angle of 51.43º 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 #555032 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 50 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.67 |
| HSL | 51.43º | 0.26% | 0.26% | - |
| HSV(B) | 51.43º | 0.41% | 0.33% | - |
| XYZ | 7.19 | 7.9 | 4.16 | - |
| YUV | 78.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 50 | 0 | 0.06 | 0.41 | 0.67 | 51.43 | 0.26 | 0.26 |
| Hex | 55 | 50 | 32 | 0 | 6 | 29 | 43 | 33 | 1A | 1A |
| Octal | 125 | 120 | 62 | 0 | 6 | 51 | 103 | 63 | 32 | 32 |
| Binary | 1010101 | 1010000 | 110010 | 0 | 110 | 101001 | 1000011 | 110011 | 11010 | 11010 |
Color Harmonies of #555032
Complementary color
Monochromatic Colors of #555032
Black with #555032
Text Example
Text Example
White with #555032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555032; }
p { color: rgb(85,80,50); }
H1.HeaderClassName
{
color: #555032;
}
.AnyTagClassName
{
color: #555032;
}
</style>
background-color css
<style>
a { background-color: #555032; }
a { background-color: rgb(85,80,50); }
div.DivClassName
{
background-color: #555032;
}
.BgClassName
{
background-color: #555032;
}
</style>
border-color css
<style>
span { border-color: #555032; }
span { border-color: rgb(85,80,50); }
td.TdClassName
{
border-color: #555032;
}
.TagClassName
{
border-color: #555032;
}
</style>