Shades of Thatch Green #554C2C
Tints of Thatch Green #554C2C
RGB
CMYK
RGB Variations
Color information
#554C2C (or 0x554C2C) is known color: Thatch Green. HEX triplet: 55, 4C and 2C. RGB value is (85,76,44). Sum of RGB (Red+Green+Blue) = 85+76+44=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2C is #AAB3D3. Grayscale: #4B4B4B. Windows color (decimal): -11187156 or 2903125. OLE color: 2903125.
HSL color Cylindrical-coordinate representation of color #554C2C: hue angle of 46.83º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554C2C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 44 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.67 |
| HSL | 46.83º | 0.32% | 0.25% | - |
| HSV(B) | 46.83º | 0.48% | 0.33% | - |
| XYZ | 6.79 | 7.28 | 3.43 | - |
| YUV | 75.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 44 | 0 | 0.11 | 0.48 | 0.67 | 46.83 | 0.32 | 0.25 |
| Hex | 55 | 4C | 2C | 0 | B | 30 | 43 | 2F | 20 | 19 |
| Octal | 125 | 114 | 54 | 0 | 13 | 60 | 103 | 57 | 40 | 31 |
| Binary | 1010101 | 1001100 | 101100 | 0 | 1011 | 110000 | 1000011 | 101111 | 100000 | 11001 |
Color Harmonies of #554C2C
Complementary color
Monochromatic Colors of #554C2C
Black with #554C2C
Text Example
Text Example
White with #554C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C2C; }
p { color: rgb(85,76,44); }
H1.HeaderClassName
{
color: #554C2C;
}
.AnyTagClassName
{
color: #554C2C;
}
</style>
background-color css
<style>
a { background-color: #554C2C; }
a { background-color: rgb(85,76,44); }
div.DivClassName
{
background-color: #554C2C;
}
.BgClassName
{
background-color: #554C2C;
}
</style>
border-color css
<style>
span { border-color: #554C2C; }
span { border-color: rgb(85,76,44); }
td.TdClassName
{
border-color: #554C2C;
}
.TagClassName
{
border-color: #554C2C;
}
</style>