Shades of Thatch Green #554E31
Tints of Thatch Green #554E31
RGB
CMYK
RGB Variations
Color information
#554E31 (or 0x554E31) is known color: Thatch Green. HEX triplet: 55, 4E and 31. RGB value is (85,78,49). Sum of RGB (Red+Green+Blue) = 85+78+49=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E31 is #AAB1CE. Grayscale: #4C4C4C. Windows color (decimal): -11186639 or 3231317. OLE color: 3231317.
HSL color Cylindrical-coordinate representation of color #554E31: hue angle of 48.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554E31 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 49 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.67 |
| HSL | 48.33º | 0.27% | 0.26% | - |
| HSV(B) | 48.33º | 0.42% | 0.33% | - |
| XYZ | 7.03 | 7.6 | 4 | - |
| YUV | 76.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 49 | 0 | 0.08 | 0.42 | 0.67 | 48.33 | 0.27 | 0.26 |
| Hex | 55 | 4E | 31 | 0 | 8 | 2A | 43 | 30 | 1B | 1A |
| Octal | 125 | 116 | 61 | 0 | 10 | 52 | 103 | 60 | 33 | 32 |
| Binary | 1010101 | 1001110 | 110001 | 0 | 1000 | 101010 | 1000011 | 110000 | 11011 | 11010 |
Color Harmonies of #554E31
Complementary color
Monochromatic Colors of #554E31
Black with #554E31
Text Example
Text Example
White with #554E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E31; }
p { color: rgb(85,78,49); }
H1.HeaderClassName
{
color: #554E31;
}
.AnyTagClassName
{
color: #554E31;
}
</style>
background-color css
<style>
a { background-color: #554E31; }
a { background-color: rgb(85,78,49); }
div.DivClassName
{
background-color: #554E31;
}
.BgClassName
{
background-color: #554E31;
}
</style>
border-color css
<style>
span { border-color: #554E31; }
span { border-color: rgb(85,78,49); }
td.TdClassName
{
border-color: #554E31;
}
.TagClassName
{
border-color: #554E31;
}
</style>