Shades of Thatch Green #514A31
Tints of Thatch Green #514A31
RGB
CMYK
RGB Variations
Color information
#514A31 (or 0x514A31) is known color: Thatch Green. HEX triplet: 51, 4A and 31. RGB value is (81,74,49). Sum of RGB (Red+Green+Blue) = 81+74+49=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A31 is #AEB5CE. Grayscale: #494949. Windows color (decimal): -11449807 or 3230289. OLE color: 3230289.
HSL color Cylindrical-coordinate representation of color #514A31: hue angle of 46.88º 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 #514A31 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 49 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.68 |
| HSL | 46.88º | 0.25% | 0.25% | - |
| HSV(B) | 46.88º | 0.4% | 0.32% | - |
| XYZ | 6.4 | 6.87 | 3.89 | - |
| YUV | 73.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 49 | 0 | 0.09 | 0.40 | 0.68 | 46.88 | 0.25 | 0.25 |
| Hex | 51 | 4A | 31 | 0 | 9 | 28 | 44 | 2F | 19 | 19 |
| Octal | 121 | 112 | 61 | 0 | 11 | 50 | 104 | 57 | 31 | 31 |
| Binary | 1010001 | 1001010 | 110001 | 0 | 1001 | 101000 | 1000100 | 101111 | 11001 | 11001 |
Color Harmonies of #514A31
Complementary color
Monochromatic Colors of #514A31
Black with #514A31
Text Example
Text Example
White with #514A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A31; }
p { color: rgb(81,74,49); }
H1.HeaderClassName
{
color: #514A31;
}
.AnyTagClassName
{
color: #514A31;
}
</style>
background-color css
<style>
a { background-color: #514A31; }
a { background-color: rgb(81,74,49); }
div.DivClassName
{
background-color: #514A31;
}
.BgClassName
{
background-color: #514A31;
}
</style>
border-color css
<style>
span { border-color: #514A31; }
span { border-color: rgb(81,74,49); }
td.TdClassName
{
border-color: #514A31;
}
.TagClassName
{
border-color: #514A31;
}
</style>