Shades of Thatch Green #555034
Tints of Thatch Green #555034
RGB
CMYK
RGB Variations
Color information
#555034 (or 0x555034) is known color: Thatch Green. HEX triplet: 55, 50 and 34. RGB value is (85,80,52). Sum of RGB (Red+Green+Blue) = 85+80+52=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #555034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555034 is #AAAFCB. Grayscale: #4E4E4E. Windows color (decimal): -11186124 or 3428437. OLE color: 3428437.
HSL color Cylindrical-coordinate representation of color #555034: hue angle of 50.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555034 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 52 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.67 |
| HSL | 50.91º | 0.24% | 0.27% | - |
| HSV(B) | 50.91º | 0.39% | 0.33% | - |
| XYZ | 7.23 | 7.92 | 4.4 | - |
| YUV | 78.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 52 | 0 | 0.06 | 0.39 | 0.67 | 50.91 | 0.24 | 0.27 |
| Hex | 55 | 50 | 34 | 0 | 6 | 27 | 43 | 33 | 18 | 1B |
| Octal | 125 | 120 | 64 | 0 | 6 | 47 | 103 | 63 | 30 | 33 |
| Binary | 1010101 | 1010000 | 110100 | 0 | 110 | 100111 | 1000011 | 110011 | 11000 | 11011 |
Color Harmonies of #555034
Complementary color
Monochromatic Colors of #555034
Black with #555034
Text Example
Text Example
White with #555034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555034; }
p { color: rgb(85,80,52); }
H1.HeaderClassName
{
color: #555034;
}
.AnyTagClassName
{
color: #555034;
}
</style>
background-color css
<style>
a { background-color: #555034; }
a { background-color: rgb(85,80,52); }
div.DivClassName
{
background-color: #555034;
}
.BgClassName
{
background-color: #555034;
}
</style>
border-color css
<style>
span { border-color: #555034; }
span { border-color: rgb(85,80,52); }
td.TdClassName
{
border-color: #555034;
}
.TagClassName
{
border-color: #555034;
}
</style>