Shades of Thatch Green #554D2E
Tints of Thatch Green #554D2E
RGB
CMYK
RGB Variations
Color information
#554D2E (or 0x554D2E) is known color: Thatch Green. HEX triplet: 55, 4D and 2E. RGB value is (85,77,46). Sum of RGB (Red+Green+Blue) = 85+77+46=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D2E is #AAB2D1. Grayscale: #4B4B4B. Windows color (decimal): -11186898 or 3034453. OLE color: 3034453.
HSL color Cylindrical-coordinate representation of color #554D2E: hue angle of 47.69º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554D2E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 46 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.67 |
| HSL | 47.69º | 0.3% | 0.26% | - |
| HSV(B) | 47.69º | 0.46% | 0.33% | - |
| XYZ | 6.89 | 7.44 | 3.66 | - |
| YUV | 75.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 46 | 0 | 0.09 | 0.46 | 0.67 | 47.69 | 0.3 | 0.26 |
| Hex | 55 | 4D | 2E | 0 | 9 | 2E | 43 | 30 | 1E | 1A |
| Octal | 125 | 115 | 56 | 0 | 11 | 56 | 103 | 60 | 36 | 32 |
| Binary | 1010101 | 1001101 | 101110 | 0 | 1001 | 101110 | 1000011 | 110000 | 11110 | 11010 |
Color Harmonies of #554D2E
Complementary color
Monochromatic Colors of #554D2E
Black with #554D2E
Text Example
Text Example
White with #554D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D2E; }
p { color: rgb(85,77,46); }
H1.HeaderClassName
{
color: #554D2E;
}
.AnyTagClassName
{
color: #554D2E;
}
</style>
background-color css
<style>
a { background-color: #554D2E; }
a { background-color: rgb(85,77,46); }
div.DivClassName
{
background-color: #554D2E;
}
.BgClassName
{
background-color: #554D2E;
}
</style>
border-color css
<style>
span { border-color: #554D2E; }
span { border-color: rgb(85,77,46); }
td.TdClassName
{
border-color: #554D2E;
}
.TagClassName
{
border-color: #554D2E;
}
</style>