Shades of Thatch Green #554F2D
Tints of Thatch Green #554F2D
RGB
CMYK
RGB Variations
Color information
#554F2D (or 0x554F2D) is known color: Thatch Green. HEX triplet: 55, 4F and 2D. RGB value is (85,79,45). Sum of RGB (Red+Green+Blue) = 85+79+45=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2D is #AAB0D2. Grayscale: #4D4D4D. Windows color (decimal): -11186387 or 2969429. OLE color: 2969429.
HSL color Cylindrical-coordinate representation of color #554F2D: hue angle of 51º 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 #554F2D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 45 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.67 |
| HSL | 51º | 0.31% | 0.25% | - |
| HSV(B) | 51º | 0.47% | 0.33% | - |
| XYZ | 7.02 | 7.71 | 3.6 | - |
| YUV | 76.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 45 | 0 | 0.07 | 0.47 | 0.67 | 51 | 0.31 | 0.25 |
| Hex | 55 | 4F | 2D | 0 | 7 | 2F | 43 | 33 | 1F | 19 |
| Octal | 125 | 117 | 55 | 0 | 7 | 57 | 103 | 63 | 37 | 31 |
| Binary | 1010101 | 1001111 | 101101 | 0 | 111 | 101111 | 1000011 | 110011 | 11111 | 11001 |
Color Harmonies of #554F2D
Complementary color
Monochromatic Colors of #554F2D
Black with #554F2D
Text Example
Text Example
White with #554F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F2D; }
p { color: rgb(85,79,45); }
H1.HeaderClassName
{
color: #554F2D;
}
.AnyTagClassName
{
color: #554F2D;
}
</style>
background-color css
<style>
a { background-color: #554F2D; }
a { background-color: rgb(85,79,45); }
div.DivClassName
{
background-color: #554F2D;
}
.BgClassName
{
background-color: #554F2D;
}
</style>
border-color css
<style>
span { border-color: #554F2D; }
span { border-color: rgb(85,79,45); }
td.TdClassName
{
border-color: #554F2D;
}
.TagClassName
{
border-color: #554F2D;
}
</style>