Shades of Thatch Green #555130
Tints of Thatch Green #555130
RGB
CMYK
RGB Variations
Color information
#555130 (or 0x555130) is known color: Thatch Green. HEX triplet: 55, 51 and 30. RGB value is (85,81,48). Sum of RGB (Red+Green+Blue) = 85+81+48=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #555130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555130 is #AAAECF. Grayscale: #4E4E4E. Windows color (decimal): -11185872 or 3166549. OLE color: 3166549.
HSL color Cylindrical-coordinate representation of color #555130: hue angle of 53.51º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555130 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 48 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.67 |
| HSL | 53.51º | 0.28% | 0.26% | - |
| HSV(B) | 53.51º | 0.44% | 0.33% | - |
| XYZ | 7.22 | 8.03 | 3.97 | - |
| YUV | 78.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 48 | 0 | 0.05 | 0.44 | 0.67 | 53.51 | 0.28 | 0.26 |
| Hex | 55 | 51 | 30 | 0 | 5 | 2C | 43 | 36 | 1C | 1A |
| Octal | 125 | 121 | 60 | 0 | 5 | 54 | 103 | 66 | 34 | 32 |
| Binary | 1010101 | 1010001 | 110000 | 0 | 101 | 101100 | 1000011 | 110110 | 11100 | 11010 |
Color Harmonies of #555130
Complementary color
Monochromatic Colors of #555130
Black with #555130
Text Example
Text Example
White with #555130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555130; }
p { color: rgb(85,81,48); }
H1.HeaderClassName
{
color: #555130;
}
.AnyTagClassName
{
color: #555130;
}
</style>
background-color css
<style>
a { background-color: #555130; }
a { background-color: rgb(85,81,48); }
div.DivClassName
{
background-color: #555130;
}
.BgClassName
{
background-color: #555130;
}
</style>
border-color css
<style>
span { border-color: #555130; }
span { border-color: rgb(85,81,48); }
td.TdClassName
{
border-color: #555130;
}
.TagClassName
{
border-color: #555130;
}
</style>