Shades of Thatch Green #554C2D
Tints of Thatch Green #554C2D
RGB
CMYK
RGB Variations
Color information
#554C2D (or 0x554C2D) is known color: Thatch Green. HEX triplet: 55, 4C and 2D. RGB value is (85,76,45). Sum of RGB (Red+Green+Blue) = 85+76+45=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2D is #AAB3D2. Grayscale: #4B4B4B. Windows color (decimal): -11187155 or 2968661. OLE color: 2968661.
HSL color Cylindrical-coordinate representation of color #554C2D: hue angle of 46.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 #554C2D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 45 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.67 |
| HSL | 46.5º | 0.31% | 0.25% | - |
| HSV(B) | 46.5º | 0.47% | 0.33% | - |
| XYZ | 6.8 | 7.29 | 3.53 | - |
| YUV | 75.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 45 | 0 | 0.11 | 0.47 | 0.67 | 46.5 | 0.31 | 0.25 |
| Hex | 55 | 4C | 2D | 0 | B | 2F | 43 | 2E | 1F | 19 |
| Octal | 125 | 114 | 55 | 0 | 13 | 57 | 103 | 56 | 37 | 31 |
| Binary | 1010101 | 1001100 | 101101 | 0 | 1011 | 101111 | 1000011 | 101110 | 11111 | 11001 |
Color Harmonies of #554C2D
Complementary color
Monochromatic Colors of #554C2D
Black with #554C2D
Text Example
Text Example
White with #554C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C2D; }
p { color: rgb(85,76,45); }
H1.HeaderClassName
{
color: #554C2D;
}
.AnyTagClassName
{
color: #554C2D;
}
</style>
background-color css
<style>
a { background-color: #554C2D; }
a { background-color: rgb(85,76,45); }
div.DivClassName
{
background-color: #554C2D;
}
.BgClassName
{
background-color: #554C2D;
}
</style>
border-color css
<style>
span { border-color: #554C2D; }
span { border-color: rgb(85,76,45); }
td.TdClassName
{
border-color: #554C2D;
}
.TagClassName
{
border-color: #554C2D;
}
</style>