Shades of Thatch Green #554D32
Tints of Thatch Green #554D32
RGB
CMYK
RGB Variations
Color information
#554D32 (or 0x554D32) is known color: Thatch Green. HEX triplet: 55, 4D and 32. RGB value is (85,77,50). Sum of RGB (Red+Green+Blue) = 85+77+50=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D32 is #AAB2CD. Grayscale: #4C4C4C. Windows color (decimal): -11186894 or 3296597. OLE color: 3296597.
HSL color Cylindrical-coordinate representation of color #554D32: hue angle of 46.29º 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 #554D32 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 50 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.67 |
| HSL | 46.29º | 0.26% | 0.26% | - |
| HSV(B) | 46.29º | 0.41% | 0.33% | - |
| XYZ | 6.98 | 7.47 | 4.09 | - |
| YUV | 76.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 50 | 0 | 0.09 | 0.41 | 0.67 | 46.29 | 0.26 | 0.26 |
| Hex | 55 | 4D | 32 | 0 | 9 | 29 | 43 | 2E | 1A | 1A |
| Octal | 125 | 115 | 62 | 0 | 11 | 51 | 103 | 56 | 32 | 32 |
| Binary | 1010101 | 1001101 | 110010 | 0 | 1001 | 101001 | 1000011 | 101110 | 11010 | 11010 |
Color Harmonies of #554D32
Complementary color
Monochromatic Colors of #554D32
Black with #554D32
Text Example
Text Example
White with #554D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D32; }
p { color: rgb(85,77,50); }
H1.HeaderClassName
{
color: #554D32;
}
.AnyTagClassName
{
color: #554D32;
}
</style>
background-color css
<style>
a { background-color: #554D32; }
a { background-color: rgb(85,77,50); }
div.DivClassName
{
background-color: #554D32;
}
.BgClassName
{
background-color: #554D32;
}
</style>
border-color css
<style>
span { border-color: #554D32; }
span { border-color: rgb(85,77,50); }
td.TdClassName
{
border-color: #554D32;
}
.TagClassName
{
border-color: #554D32;
}
</style>