Shades of Thatch Green #554F2E
Tints of Thatch Green #554F2E
RGB
CMYK
RGB Variations
Color information
#554F2E (or 0x554F2E) is known color: Thatch Green. HEX triplet: 55, 4F and 2E. RGB value is (85,79,46). Sum of RGB (Red+Green+Blue) = 85+79+46=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2E is #AAB0D1. Grayscale: #4D4D4D. Windows color (decimal): -11186386 or 3034965. OLE color: 3034965.
HSL color Cylindrical-coordinate representation of color #554F2E: hue angle of 50.77º 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 #554F2E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 46 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.67 |
| HSL | 50.77º | 0.3% | 0.26% | - |
| HSV(B) | 50.77º | 0.46% | 0.33% | - |
| XYZ | 7.04 | 7.72 | 3.7 | - |
| YUV | 77.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 46 | 0 | 0.07 | 0.46 | 0.67 | 50.77 | 0.3 | 0.26 |
| Hex | 55 | 4F | 2E | 0 | 7 | 2E | 43 | 33 | 1E | 1A |
| Octal | 125 | 117 | 56 | 0 | 7 | 56 | 103 | 63 | 36 | 32 |
| Binary | 1010101 | 1001111 | 101110 | 0 | 111 | 101110 | 1000011 | 110011 | 11110 | 11010 |
Color Harmonies of #554F2E
Complementary color
Monochromatic Colors of #554F2E
Black with #554F2E
Text Example
Text Example
White with #554F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F2E; }
p { color: rgb(85,79,46); }
H1.HeaderClassName
{
color: #554F2E;
}
.AnyTagClassName
{
color: #554F2E;
}
</style>
background-color css
<style>
a { background-color: #554F2E; }
a { background-color: rgb(85,79,46); }
div.DivClassName
{
background-color: #554F2E;
}
.BgClassName
{
background-color: #554F2E;
}
</style>
border-color css
<style>
span { border-color: #554F2E; }
span { border-color: rgb(85,79,46); }
td.TdClassName
{
border-color: #554F2E;
}
.TagClassName
{
border-color: #554F2E;
}
</style>