Shades of Thatch Green #555127
Tints of Thatch Green #555127
RGB
CMYK
RGB Variations
Color information
#555127 (or 0x555127) is known color: Thatch Green. HEX triplet: 55, 51 and 27. RGB value is (85,81,39). Sum of RGB (Red+Green+Blue) = 85+81+39=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #555127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555127 is #AAAED8. Grayscale: #4D4D4D. Windows color (decimal): -11185881 or 2576725. OLE color: 2576725.
HSL color Cylindrical-coordinate representation of color #555127: hue angle of 54.78º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555127 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 39 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.67 |
| HSL | 54.78º | 0.37% | 0.24% | - |
| HSV(B) | 54.78º | 0.54% | 0.33% | - |
| XYZ | 7.05 | 7.96 | 3.08 | - |
| YUV | 77.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 39 | 0 | 0.05 | 0.54 | 0.67 | 54.78 | 0.37 | 0.24 |
| Hex | 55 | 51 | 27 | 0 | 5 | 36 | 43 | 37 | 25 | 18 |
| Octal | 125 | 121 | 47 | 0 | 5 | 66 | 103 | 67 | 45 | 30 |
| Binary | 1010101 | 1010001 | 100111 | 0 | 101 | 110110 | 1000011 | 110111 | 100101 | 11000 |
Color Harmonies of #555127
Complementary color
Monochromatic Colors of #555127
Black with #555127
Text Example
Text Example
White with #555127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555127; }
p { color: rgb(85,81,39); }
H1.HeaderClassName
{
color: #555127;
}
.AnyTagClassName
{
color: #555127;
}
</style>
background-color css
<style>
a { background-color: #555127; }
a { background-color: rgb(85,81,39); }
div.DivClassName
{
background-color: #555127;
}
.BgClassName
{
background-color: #555127;
}
</style>
border-color css
<style>
span { border-color: #555127; }
span { border-color: rgb(85,81,39); }
td.TdClassName
{
border-color: #555127;
}
.TagClassName
{
border-color: #555127;
}
</style>