Shades of Thatch Green #55502F
Tints of Thatch Green #55502F
RGB
CMYK
RGB Variations
Color information
#55502F (or 0x55502F) is known color: Thatch Green. HEX triplet: 55, 50 and 2F. RGB value is (85,80,47). Sum of RGB (Red+Green+Blue) = 85+80+47=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55502F is #AAAFD0. Grayscale: #4D4D4D. Windows color (decimal): -11186129 or 3100757. OLE color: 3100757.
HSL color Cylindrical-coordinate representation of color #55502F: hue angle of 52.11º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55502F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 47 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.67 |
| HSL | 52.11º | 0.29% | 0.26% | - |
| HSV(B) | 52.11º | 0.45% | 0.33% | - |
| XYZ | 7.13 | 7.87 | 3.83 | - |
| YUV | 77.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 47 | 0 | 0.06 | 0.45 | 0.67 | 52.11 | 0.29 | 0.26 |
| Hex | 55 | 50 | 2F | 0 | 6 | 2D | 43 | 34 | 1D | 1A |
| Octal | 125 | 120 | 57 | 0 | 6 | 55 | 103 | 64 | 35 | 32 |
| Binary | 1010101 | 1010000 | 101111 | 0 | 110 | 101101 | 1000011 | 110100 | 11101 | 11010 |
Color Harmonies of #55502F
Complementary color
Monochromatic Colors of #55502F
Black with #55502F
Text Example
Text Example
White with #55502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55502F; }
p { color: rgb(85,80,47); }
H1.HeaderClassName
{
color: #55502F;
}
.AnyTagClassName
{
color: #55502F;
}
</style>
background-color css
<style>
a { background-color: #55502F; }
a { background-color: rgb(85,80,47); }
div.DivClassName
{
background-color: #55502F;
}
.BgClassName
{
background-color: #55502F;
}
</style>
border-color css
<style>
span { border-color: #55502F; }
span { border-color: rgb(85,80,47); }
td.TdClassName
{
border-color: #55502F;
}
.TagClassName
{
border-color: #55502F;
}
</style>