Shades of Thatch Green #555028
Tints of Thatch Green #555028
RGB
CMYK
RGB Variations
Color information
#555028 (or 0x555028) is known color: Thatch Green. HEX triplet: 55, 50 and 28. RGB value is (85,80,40). Sum of RGB (Red+Green+Blue) = 85+80+40=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #555028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555028 is #AAAFD7. Grayscale: #4D4D4D. Windows color (decimal): -11186136 or 2642005. OLE color: 2642005.
HSL color Cylindrical-coordinate representation of color #555028: hue angle of 53.33º 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 #555028 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 40 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.67 |
| HSL | 53.33º | 0.36% | 0.25% | - |
| HSV(B) | 53.33º | 0.53% | 0.33% | - |
| XYZ | 7 | 7.82 | 3.15 | - |
| YUV | 76.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 40 | 0 | 0.06 | 0.53 | 0.67 | 53.33 | 0.36 | 0.25 |
| Hex | 55 | 50 | 28 | 0 | 6 | 35 | 43 | 35 | 24 | 19 |
| Octal | 125 | 120 | 50 | 0 | 6 | 65 | 103 | 65 | 44 | 31 |
| Binary | 1010101 | 1010000 | 101000 | 0 | 110 | 110101 | 1000011 | 110101 | 100100 | 11001 |
Color Harmonies of #555028
Complementary color
Monochromatic Colors of #555028
Black with #555028
Text Example
Text Example
White with #555028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555028; }
p { color: rgb(85,80,40); }
H1.HeaderClassName
{
color: #555028;
}
.AnyTagClassName
{
color: #555028;
}
</style>
background-color css
<style>
a { background-color: #555028; }
a { background-color: rgb(85,80,40); }
div.DivClassName
{
background-color: #555028;
}
.BgClassName
{
background-color: #555028;
}
</style>
border-color css
<style>
span { border-color: #555028; }
span { border-color: rgb(85,80,40); }
td.TdClassName
{
border-color: #555028;
}
.TagClassName
{
border-color: #555028;
}
</style>