Shades of Thatch Green #555033
Tints of Thatch Green #555033
RGB
CMYK
RGB Variations
Color information
#555033 (or 0x555033) is known color: Thatch Green. HEX triplet: 55, 50 and 33. RGB value is (85,80,51). Sum of RGB (Red+Green+Blue) = 85+80+51=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #555033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555033 is #AAAFCC. Grayscale: #4E4E4E. Windows color (decimal): -11186125 or 3362901. OLE color: 3362901.
HSL color Cylindrical-coordinate representation of color #555033: hue angle of 51.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555033 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 51 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.67 |
| HSL | 51.18º | 0.25% | 0.27% | - |
| HSV(B) | 51.18º | 0.4% | 0.33% | - |
| XYZ | 7.21 | 7.91 | 4.28 | - |
| YUV | 78.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 51 | 0 | 0.06 | 0.40 | 0.67 | 51.18 | 0.25 | 0.27 |
| Hex | 55 | 50 | 33 | 0 | 6 | 28 | 43 | 33 | 19 | 1B |
| Octal | 125 | 120 | 63 | 0 | 6 | 50 | 103 | 63 | 31 | 33 |
| Binary | 1010101 | 1010000 | 110011 | 0 | 110 | 101000 | 1000011 | 110011 | 11001 | 11011 |
Color Harmonies of #555033
Complementary color
Monochromatic Colors of #555033
Black with #555033
Text Example
Text Example
White with #555033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555033; }
p { color: rgb(85,80,51); }
H1.HeaderClassName
{
color: #555033;
}
.AnyTagClassName
{
color: #555033;
}
</style>
background-color css
<style>
a { background-color: #555033; }
a { background-color: rgb(85,80,51); }
div.DivClassName
{
background-color: #555033;
}
.BgClassName
{
background-color: #555033;
}
</style>
border-color css
<style>
span { border-color: #555033; }
span { border-color: rgb(85,80,51); }
td.TdClassName
{
border-color: #555033;
}
.TagClassName
{
border-color: #555033;
}
</style>