Shades of Thatch Green #554E2B
Tints of Thatch Green #554E2B
RGB
CMYK
RGB Variations
Color information
#554E2B (or 0x554E2B) is known color: Thatch Green. HEX triplet: 55, 4E and 2B. RGB value is (85,78,43). Sum of RGB (Red+Green+Blue) = 85+78+43=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2B is #AAB1D4. Grayscale: #4C4C4C. Windows color (decimal): -11186645 or 2838101. OLE color: 2838101.
HSL color Cylindrical-coordinate representation of color #554E2B: hue angle of 50º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554E2B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 43 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.67 |
| HSL | 50º | 0.33% | 0.25% | - |
| HSV(B) | 50º | 0.49% | 0.33% | - |
| XYZ | 6.91 | 7.55 | 3.38 | - |
| YUV | 76.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 43 | 0 | 0.08 | 0.49 | 0.67 | 50 | 0.33 | 0.25 |
| Hex | 55 | 4E | 2B | 0 | 8 | 31 | 43 | 32 | 21 | 19 |
| Octal | 125 | 116 | 53 | 0 | 10 | 61 | 103 | 62 | 41 | 31 |
| Binary | 1010101 | 1001110 | 101011 | 0 | 1000 | 110001 | 1000011 | 110010 | 100001 | 11001 |
Color Harmonies of #554E2B
Complementary color
Monochromatic Colors of #554E2B
Black with #554E2B
Text Example
Text Example
White with #554E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E2B; }
p { color: rgb(85,78,43); }
H1.HeaderClassName
{
color: #554E2B;
}
.AnyTagClassName
{
color: #554E2B;
}
</style>
background-color css
<style>
a { background-color: #554E2B; }
a { background-color: rgb(85,78,43); }
div.DivClassName
{
background-color: #554E2B;
}
.BgClassName
{
background-color: #554E2B;
}
</style>
border-color css
<style>
span { border-color: #554E2B; }
span { border-color: rgb(85,78,43); }
td.TdClassName
{
border-color: #554E2B;
}
.TagClassName
{
border-color: #554E2B;
}
</style>