Shades of Thatch Green #554D33
Tints of Thatch Green #554D33
RGB
CMYK
RGB Variations
Color information
#554D33 (or 0x554D33) is known color: Thatch Green. HEX triplet: 55, 4D and 33. RGB value is (85,77,51). Sum of RGB (Red+Green+Blue) = 85+77+51=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D33 is #AAB2CC. Grayscale: #4C4C4C. Windows color (decimal): -11186893 or 3362133. OLE color: 3362133.
HSL color Cylindrical-coordinate representation of color #554D33: hue angle of 45.88º 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 #554D33 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 51 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.67 |
| HSL | 45.88º | 0.25% | 0.27% | - |
| HSV(B) | 45.88º | 0.4% | 0.33% | - |
| XYZ | 7 | 7.48 | 4.21 | - |
| YUV | 76.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 51 | 0 | 0.09 | 0.40 | 0.67 | 45.88 | 0.25 | 0.27 |
| Hex | 55 | 4D | 33 | 0 | 9 | 28 | 43 | 2E | 19 | 1B |
| Octal | 125 | 115 | 63 | 0 | 11 | 50 | 103 | 56 | 31 | 33 |
| Binary | 1010101 | 1001101 | 110011 | 0 | 1001 | 101000 | 1000011 | 101110 | 11001 | 11011 |
Color Harmonies of #554D33
Complementary color
Monochromatic Colors of #554D33
Black with #554D33
Text Example
Text Example
White with #554D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D33; }
p { color: rgb(85,77,51); }
H1.HeaderClassName
{
color: #554D33;
}
.AnyTagClassName
{
color: #554D33;
}
</style>
background-color css
<style>
a { background-color: #554D33; }
a { background-color: rgb(85,77,51); }
div.DivClassName
{
background-color: #554D33;
}
.BgClassName
{
background-color: #554D33;
}
</style>
border-color css
<style>
span { border-color: #554D33; }
span { border-color: rgb(85,77,51); }
td.TdClassName
{
border-color: #554D33;
}
.TagClassName
{
border-color: #554D33;
}
</style>