Shades of Thatch Green #554E2D
Tints of Thatch Green #554E2D
RGB
CMYK
RGB Variations
Color information
#554E2D (or 0x554E2D) is known color: Thatch Green. HEX triplet: 55, 4E and 2D. RGB value is (85,78,45). Sum of RGB (Red+Green+Blue) = 85+78+45=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2D is #AAB1D2. Grayscale: #4C4C4C. Windows color (decimal): -11186643 or 2969173. OLE color: 2969173.
HSL color Cylindrical-coordinate representation of color #554E2D: hue angle of 49.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554E2D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 45 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.67 |
| HSL | 49.5º | 0.31% | 0.25% | - |
| HSV(B) | 49.5º | 0.47% | 0.33% | - |
| XYZ | 6.94 | 7.57 | 3.58 | - |
| YUV | 76.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 45 | 0 | 0.08 | 0.47 | 0.67 | 49.5 | 0.31 | 0.25 |
| Hex | 55 | 4E | 2D | 0 | 8 | 2F | 43 | 32 | 1F | 19 |
| Octal | 125 | 116 | 55 | 0 | 10 | 57 | 103 | 62 | 37 | 31 |
| Binary | 1010101 | 1001110 | 101101 | 0 | 1000 | 101111 | 1000011 | 110010 | 11111 | 11001 |
Color Harmonies of #554E2D
Complementary color
Monochromatic Colors of #554E2D
Black with #554E2D
Text Example
Text Example
White with #554E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E2D; }
p { color: rgb(85,78,45); }
H1.HeaderClassName
{
color: #554E2D;
}
.AnyTagClassName
{
color: #554E2D;
}
</style>
background-color css
<style>
a { background-color: #554E2D; }
a { background-color: rgb(85,78,45); }
div.DivClassName
{
background-color: #554E2D;
}
.BgClassName
{
background-color: #554E2D;
}
</style>
border-color css
<style>
span { border-color: #554E2D; }
span { border-color: rgb(85,78,45); }
td.TdClassName
{
border-color: #554E2D;
}
.TagClassName
{
border-color: #554E2D;
}
</style>