Shades of Thatch Green #514A2D
Tints of Thatch Green #514A2D
RGB
CMYK
RGB Variations
Color information
#514A2D (or 0x514A2D) is known color: Thatch Green. HEX triplet: 51, 4A and 2D. RGB value is (81,74,45). Sum of RGB (Red+Green+Blue) = 81+74+45=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #514A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A2D is #AEB5D2. Grayscale: #484848. Windows color (decimal): -11449811 or 2968145. OLE color: 2968145.
HSL color Cylindrical-coordinate representation of color #514A2D: hue angle of 48.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514A2D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 45 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.68 |
| HSL | 48.33º | 0.29% | 0.25% | - |
| HSV(B) | 48.33º | 0.44% | 0.32% | - |
| XYZ | 6.32 | 6.84 | 3.47 | - |
| YUV | 72.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 45 | 0 | 0.09 | 0.44 | 0.68 | 48.33 | 0.29 | 0.25 |
| Hex | 51 | 4A | 2D | 0 | 9 | 2C | 44 | 30 | 1D | 19 |
| Octal | 121 | 112 | 55 | 0 | 11 | 54 | 104 | 60 | 35 | 31 |
| Binary | 1010001 | 1001010 | 101101 | 0 | 1001 | 101100 | 1000100 | 110000 | 11101 | 11001 |
Color Harmonies of #514A2D
Complementary color
Monochromatic Colors of #514A2D
Black with #514A2D
Text Example
Text Example
White with #514A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A2D; }
p { color: rgb(81,74,45); }
H1.HeaderClassName
{
color: #514A2D;
}
.AnyTagClassName
{
color: #514A2D;
}
</style>
background-color css
<style>
a { background-color: #514A2D; }
a { background-color: rgb(81,74,45); }
div.DivClassName
{
background-color: #514A2D;
}
.BgClassName
{
background-color: #514A2D;
}
</style>
border-color css
<style>
span { border-color: #514A2D; }
span { border-color: rgb(81,74,45); }
td.TdClassName
{
border-color: #514A2D;
}
.TagClassName
{
border-color: #514A2D;
}
</style>