Shades of Thatch Green #555128
Tints of Thatch Green #555128
RGB
CMYK
RGB Variations
Color information
#555128 (or 0x555128) is known color: Thatch Green. HEX triplet: 55, 51 and 28. RGB value is (85,81,40). Sum of RGB (Red+Green+Blue) = 85+81+40=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555128 is #AAAED7. Grayscale: #4D4D4D. Windows color (decimal): -11185880 or 2642261. OLE color: 2642261.
HSL color Cylindrical-coordinate representation of color #555128: hue angle of 54.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555128 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 40 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.67 |
| HSL | 54.67º | 0.36% | 0.25% | - |
| HSV(B) | 54.67º | 0.53% | 0.33% | - |
| XYZ | 7.07 | 7.97 | 3.17 | - |
| YUV | 77.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 40 | 0 | 0.05 | 0.53 | 0.67 | 54.67 | 0.36 | 0.25 |
| Hex | 55 | 51 | 28 | 0 | 5 | 35 | 43 | 37 | 24 | 19 |
| Octal | 125 | 121 | 50 | 0 | 5 | 65 | 103 | 67 | 44 | 31 |
| Binary | 1010101 | 1010001 | 101000 | 0 | 101 | 110101 | 1000011 | 110111 | 100100 | 11001 |
Color Harmonies of #555128
Complementary color
Monochromatic Colors of #555128
Black with #555128
Text Example
Text Example
White with #555128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555128; }
p { color: rgb(85,81,40); }
H1.HeaderClassName
{
color: #555128;
}
.AnyTagClassName
{
color: #555128;
}
</style>
background-color css
<style>
a { background-color: #555128; }
a { background-color: rgb(85,81,40); }
div.DivClassName
{
background-color: #555128;
}
.BgClassName
{
background-color: #555128;
}
</style>
border-color css
<style>
span { border-color: #555128; }
span { border-color: rgb(85,81,40); }
td.TdClassName
{
border-color: #555128;
}
.TagClassName
{
border-color: #555128;
}
</style>