Shades of Thatch Green #555030
Tints of Thatch Green #555030
RGB
CMYK
RGB Variations
Color information
#555030 (or 0x555030) is known color: Thatch Green. HEX triplet: 55, 50 and 30. RGB value is (85,80,48). Sum of RGB (Red+Green+Blue) = 85+80+48=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #555030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555030 is #AAAFCF. Grayscale: #4D4D4D. Windows color (decimal): -11186128 or 3166293. OLE color: 3166293.
HSL color Cylindrical-coordinate representation of color #555030: hue angle of 51.89º 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 #555030 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 48 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.67 |
| HSL | 51.89º | 0.28% | 0.26% | - |
| HSV(B) | 51.89º | 0.44% | 0.33% | - |
| XYZ | 7.15 | 7.88 | 3.94 | - |
| YUV | 77.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 48 | 0 | 0.06 | 0.44 | 0.67 | 51.89 | 0.28 | 0.26 |
| Hex | 55 | 50 | 30 | 0 | 6 | 2C | 43 | 34 | 1C | 1A |
| Octal | 125 | 120 | 60 | 0 | 6 | 54 | 103 | 64 | 34 | 32 |
| Binary | 1010101 | 1010000 | 110000 | 0 | 110 | 101100 | 1000011 | 110100 | 11100 | 11010 |
Color Harmonies of #555030
Complementary color
Monochromatic Colors of #555030
Black with #555030
Text Example
Text Example
White with #555030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555030; }
p { color: rgb(85,80,48); }
H1.HeaderClassName
{
color: #555030;
}
.AnyTagClassName
{
color: #555030;
}
</style>
background-color css
<style>
a { background-color: #555030; }
a { background-color: rgb(85,80,48); }
div.DivClassName
{
background-color: #555030;
}
.BgClassName
{
background-color: #555030;
}
</style>
border-color css
<style>
span { border-color: #555030; }
span { border-color: rgb(85,80,48); }
td.TdClassName
{
border-color: #555030;
}
.TagClassName
{
border-color: #555030;
}
</style>