Shades of Thatch Green #514D36
Tints of Thatch Green #514D36
RGB
CMYK
RGB Variations
Color information
#514D36 (or 0x514D36) is known color: Thatch Green. HEX triplet: 51, 4D and 36. RGB value is (81,77,54). Sum of RGB (Red+Green+Blue) = 81+77+54=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D36 is #AEB2C9. Grayscale: #4B4B4B. Windows color (decimal): -11449034 or 3558737. OLE color: 3558737.
HSL color Cylindrical-coordinate representation of color #514D36: hue angle of 51.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514D36 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 54 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.68 |
| HSL | 51.11º | 0.2% | 0.26% | - |
| HSV(B) | 51.11º | 0.33% | 0.32% | - |
| XYZ | 6.71 | 7.32 | 4.55 | - |
| YUV | 75.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 54 | 0 | 0.05 | 0.33 | 0.68 | 51.11 | 0.2 | 0.26 |
| Hex | 51 | 4D | 36 | 0 | 5 | 21 | 44 | 33 | 14 | 1A |
| Octal | 121 | 115 | 66 | 0 | 5 | 41 | 104 | 63 | 24 | 32 |
| Binary | 1010001 | 1001101 | 110110 | 0 | 101 | 100001 | 1000100 | 110011 | 10100 | 11010 |
Color Harmonies of #514D36
Complementary color
Monochromatic Colors of #514D36
Black with #514D36
Text Example
Text Example
White with #514D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D36; }
p { color: rgb(81,77,54); }
H1.HeaderClassName
{
color: #514D36;
}
.AnyTagClassName
{
color: #514D36;
}
</style>
background-color css
<style>
a { background-color: #514D36; }
a { background-color: rgb(81,77,54); }
div.DivClassName
{
background-color: #514D36;
}
.BgClassName
{
background-color: #514D36;
}
</style>
border-color css
<style>
span { border-color: #514D36; }
span { border-color: rgb(81,77,54); }
td.TdClassName
{
border-color: #514D36;
}
.TagClassName
{
border-color: #514D36;
}
</style>