Shades of Thatch Green #514D32
Tints of Thatch Green #514D32
RGB
CMYK
RGB Variations
Color information
#514D32 (or 0x514D32) is known color: Thatch Green. HEX triplet: 51, 4D and 32. RGB value is (81,77,50). Sum of RGB (Red+Green+Blue) = 81+77+50=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D32 is #AEB2CD. Grayscale: #4B4B4B. Windows color (decimal): -11449038 or 3296593. OLE color: 3296593.
HSL color Cylindrical-coordinate representation of color #514D32: hue angle of 52.26º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514D32 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 50 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.68 |
| HSL | 52.26º | 0.24% | 0.26% | - |
| HSV(B) | 52.26º | 0.38% | 0.32% | - |
| XYZ | 6.62 | 7.29 | 4.08 | - |
| YUV | 75.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 50 | 0 | 0.05 | 0.38 | 0.68 | 52.26 | 0.24 | 0.26 |
| Hex | 51 | 4D | 32 | 0 | 5 | 26 | 44 | 34 | 18 | 1A |
| Octal | 121 | 115 | 62 | 0 | 5 | 46 | 104 | 64 | 30 | 32 |
| Binary | 1010001 | 1001101 | 110010 | 0 | 101 | 100110 | 1000100 | 110100 | 11000 | 11010 |
Color Harmonies of #514D32
Complementary color
Monochromatic Colors of #514D32
Black with #514D32
Text Example
Text Example
White with #514D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D32; }
p { color: rgb(81,77,50); }
H1.HeaderClassName
{
color: #514D32;
}
.AnyTagClassName
{
color: #514D32;
}
</style>
background-color css
<style>
a { background-color: #514D32; }
a { background-color: rgb(81,77,50); }
div.DivClassName
{
background-color: #514D32;
}
.BgClassName
{
background-color: #514D32;
}
</style>
border-color css
<style>
span { border-color: #514D32; }
span { border-color: rgb(81,77,50); }
td.TdClassName
{
border-color: #514D32;
}
.TagClassName
{
border-color: #514D32;
}
</style>