Shades of Thatch Green #56502D
Tints of Thatch Green #56502D
RGB
CMYK
RGB Variations
Color information
#56502D (or 0x56502D) is known color: Thatch Green. HEX triplet: 56, 50 and 2D. RGB value is (86,80,45). Sum of RGB (Red+Green+Blue) = 86+80+45=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56502D is #A9AFD2. Grayscale: #4D4D4D. Windows color (decimal): -11120595 or 2969686. OLE color: 2969686.
HSL color Cylindrical-coordinate representation of color #56502D: hue angle of 51.22º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56502D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 45 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.66 |
| HSL | 51.22º | 0.31% | 0.26% | - |
| HSV(B) | 51.22º | 0.48% | 0.34% | - |
| XYZ | 7.18 | 7.91 | 3.63 | - |
| YUV | 77.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 45 | 0 | 0.07 | 0.48 | 0.66 | 51.22 | 0.31 | 0.26 |
| Hex | 56 | 50 | 2D | 0 | 7 | 30 | 42 | 33 | 1F | 1A |
| Octal | 126 | 120 | 55 | 0 | 7 | 60 | 102 | 63 | 37 | 32 |
| Binary | 1010110 | 1010000 | 101101 | 0 | 111 | 110000 | 1000010 | 110011 | 11111 | 11010 |
Color Harmonies of #56502D
Complementary color
Monochromatic Colors of #56502D
Black with #56502D
Text Example
Text Example
White with #56502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56502D; }
p { color: rgb(86,80,45); }
H1.HeaderClassName
{
color: #56502D;
}
.AnyTagClassName
{
color: #56502D;
}
</style>
background-color css
<style>
a { background-color: #56502D; }
a { background-color: rgb(86,80,45); }
div.DivClassName
{
background-color: #56502D;
}
.BgClassName
{
background-color: #56502D;
}
</style>
border-color css
<style>
span { border-color: #56502D; }
span { border-color: rgb(86,80,45); }
td.TdClassName
{
border-color: #56502D;
}
.TagClassName
{
border-color: #56502D;
}
</style>