Shades of Thatch Green #514D31
Tints of Thatch Green #514D31
RGB
CMYK
RGB Variations
Color information
#514D31 (or 0x514D31) is known color: Thatch Green. HEX triplet: 51, 4D and 31. RGB value is (81,77,49). Sum of RGB (Red+Green+Blue) = 81+77+49=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D31 is #AEB2CE. Grayscale: #4B4B4B. Windows color (decimal): -11449039 or 3231057. OLE color: 3231057.
HSL color Cylindrical-coordinate representation of color #514D31: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514D31 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 49 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.68 |
| HSL | 52.5º | 0.25% | 0.25% | - |
| HSV(B) | 52.5º | 0.4% | 0.32% | - |
| XYZ | 6.6 | 7.28 | 3.96 | - |
| YUV | 75 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 49 | 0 | 0.05 | 0.40 | 0.68 | 52.5 | 0.25 | 0.25 |
| Hex | 51 | 4D | 31 | 0 | 5 | 28 | 44 | 34 | 19 | 19 |
| Octal | 121 | 115 | 61 | 0 | 5 | 50 | 104 | 64 | 31 | 31 |
| Binary | 1010001 | 1001101 | 110001 | 0 | 101 | 101000 | 1000100 | 110100 | 11001 | 11001 |
Color Harmonies of #514D31
Complementary color
Monochromatic Colors of #514D31
Black with #514D31
Text Example
Text Example
White with #514D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D31; }
p { color: rgb(81,77,49); }
H1.HeaderClassName
{
color: #514D31;
}
.AnyTagClassName
{
color: #514D31;
}
</style>
background-color css
<style>
a { background-color: #514D31; }
a { background-color: rgb(81,77,49); }
div.DivClassName
{
background-color: #514D31;
}
.BgClassName
{
background-color: #514D31;
}
</style>
border-color css
<style>
span { border-color: #514D31; }
span { border-color: rgb(81,77,49); }
td.TdClassName
{
border-color: #514D31;
}
.TagClassName
{
border-color: #514D31;
}
</style>