Shades of Thatch Green #554E29
Tints of Thatch Green #554E29
RGB
CMYK
RGB Variations
Color information
#554E29 (or 0x554E29) is known color: Thatch Green. HEX triplet: 55, 4E and 29. RGB value is (85,78,41). Sum of RGB (Red+Green+Blue) = 85+78+41=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E29 is #AAB1D6. Grayscale: #4C4C4C. Windows color (decimal): -11186647 or 2707029. OLE color: 2707029.
HSL color Cylindrical-coordinate representation of color #554E29: hue angle of 50.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554E29 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 41 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.67 |
| HSL | 50.45º | 0.35% | 0.25% | - |
| HSV(B) | 50.45º | 0.52% | 0.33% | - |
| XYZ | 6.87 | 7.54 | 3.19 | - |
| YUV | 75.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 41 | 0 | 0.08 | 0.52 | 0.67 | 50.45 | 0.35 | 0.25 |
| Hex | 55 | 4E | 29 | 0 | 8 | 34 | 43 | 32 | 23 | 19 |
| Octal | 125 | 116 | 51 | 0 | 10 | 64 | 103 | 62 | 43 | 31 |
| Binary | 1010101 | 1001110 | 101001 | 0 | 1000 | 110100 | 1000011 | 110010 | 100011 | 11001 |
Color Harmonies of #554E29
Complementary color
Monochromatic Colors of #554E29
Black with #554E29
Text Example
Text Example
White with #554E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E29; }
p { color: rgb(85,78,41); }
H1.HeaderClassName
{
color: #554E29;
}
.AnyTagClassName
{
color: #554E29;
}
</style>
background-color css
<style>
a { background-color: #554E29; }
a { background-color: rgb(85,78,41); }
div.DivClassName
{
background-color: #554E29;
}
.BgClassName
{
background-color: #554E29;
}
</style>
border-color css
<style>
span { border-color: #554E29; }
span { border-color: rgb(85,78,41); }
td.TdClassName
{
border-color: #554E29;
}
.TagClassName
{
border-color: #554E29;
}
</style>