Shades of Thatch Green #554D2B
Tints of Thatch Green #554D2B
RGB
CMYK
RGB Variations
Color information
#554D2B (or 0x554D2B) is known color: Thatch Green. HEX triplet: 55, 4D and 2B. RGB value is (85,77,43). Sum of RGB (Red+Green+Blue) = 85+77+43=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D2B is #AAB2D4. Grayscale: #4B4B4B. Windows color (decimal): -11186901 or 2837845. OLE color: 2837845.
HSL color Cylindrical-coordinate representation of color #554D2B: hue angle of 48.57º 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 #554D2B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 43 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.67 |
| HSL | 48.57º | 0.33% | 0.25% | - |
| HSV(B) | 48.57º | 0.49% | 0.33% | - |
| XYZ | 6.84 | 7.41 | 3.36 | - |
| YUV | 75.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 43 | 0 | 0.09 | 0.49 | 0.67 | 48.57 | 0.33 | 0.25 |
| Hex | 55 | 4D | 2B | 0 | 9 | 31 | 43 | 31 | 21 | 19 |
| Octal | 125 | 115 | 53 | 0 | 11 | 61 | 103 | 61 | 41 | 31 |
| Binary | 1010101 | 1001101 | 101011 | 0 | 1001 | 110001 | 1000011 | 110001 | 100001 | 11001 |
Color Harmonies of #554D2B
Complementary color
Monochromatic Colors of #554D2B
Black with #554D2B
Text Example
Text Example
White with #554D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D2B; }
p { color: rgb(85,77,43); }
H1.HeaderClassName
{
color: #554D2B;
}
.AnyTagClassName
{
color: #554D2B;
}
</style>
background-color css
<style>
a { background-color: #554D2B; }
a { background-color: rgb(85,77,43); }
div.DivClassName
{
background-color: #554D2B;
}
.BgClassName
{
background-color: #554D2B;
}
</style>
border-color css
<style>
span { border-color: #554D2B; }
span { border-color: rgb(85,77,43); }
td.TdClassName
{
border-color: #554D2B;
}
.TagClassName
{
border-color: #554D2B;
}
</style>