Shades of Thatch Green #554E2A
Tints of Thatch Green #554E2A
RGB
CMYK
RGB Variations
Color information
#554E2A (or 0x554E2A) is known color: Thatch Green. HEX triplet: 55, 4E and 2A. RGB value is (85,78,42). Sum of RGB (Red+Green+Blue) = 85+78+42=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2A is #AAB1D5. Grayscale: #4C4C4C. Windows color (decimal): -11186646 or 2772565. OLE color: 2772565.
HSL color Cylindrical-coordinate representation of color #554E2A: hue angle of 50.23º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554E2A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 42 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.67 |
| HSL | 50.23º | 0.34% | 0.25% | - |
| HSV(B) | 50.23º | 0.51% | 0.33% | - |
| XYZ | 6.89 | 7.55 | 3.28 | - |
| YUV | 75.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 42 | 0 | 0.08 | 0.51 | 0.67 | 50.23 | 0.34 | 0.25 |
| Hex | 55 | 4E | 2A | 0 | 8 | 33 | 43 | 32 | 22 | 19 |
| Octal | 125 | 116 | 52 | 0 | 10 | 63 | 103 | 62 | 42 | 31 |
| Binary | 1010101 | 1001110 | 101010 | 0 | 1000 | 110011 | 1000011 | 110010 | 100010 | 11001 |
Color Harmonies of #554E2A
Complementary color
Monochromatic Colors of #554E2A
Black with #554E2A
Text Example
Text Example
White with #554E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E2A; }
p { color: rgb(85,78,42); }
H1.HeaderClassName
{
color: #554E2A;
}
.AnyTagClassName
{
color: #554E2A;
}
</style>
background-color css
<style>
a { background-color: #554E2A; }
a { background-color: rgb(85,78,42); }
div.DivClassName
{
background-color: #554E2A;
}
.BgClassName
{
background-color: #554E2A;
}
</style>
border-color css
<style>
span { border-color: #554E2A; }
span { border-color: rgb(85,78,42); }
td.TdClassName
{
border-color: #554E2A;
}
.TagClassName
{
border-color: #554E2A;
}
</style>