Shades of Thatch Green #514C2D
Tints of Thatch Green #514C2D
RGB
CMYK
RGB Variations
Color information
#514C2D (or 0x514C2D) is known color: Thatch Green. HEX triplet: 51, 4C and 2D. RGB value is (81,76,45). Sum of RGB (Red+Green+Blue) = 81+76+45=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C2D is #AEB3D2. Grayscale: #4A4A4A. Windows color (decimal): -11449299 or 2968657. OLE color: 2968657.
HSL color Cylindrical-coordinate representation of color #514C2D: hue angle of 51.67º 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 #514C2D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 45 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.68 |
| HSL | 51.67º | 0.29% | 0.25% | - |
| HSV(B) | 51.67º | 0.44% | 0.32% | - |
| XYZ | 6.45 | 7.11 | 3.51 | - |
| YUV | 73.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 45 | 0 | 0.06 | 0.44 | 0.68 | 51.67 | 0.29 | 0.25 |
| Hex | 51 | 4C | 2D | 0 | 6 | 2C | 44 | 34 | 1D | 19 |
| Octal | 121 | 114 | 55 | 0 | 6 | 54 | 104 | 64 | 35 | 31 |
| Binary | 1010001 | 1001100 | 101101 | 0 | 110 | 101100 | 1000100 | 110100 | 11101 | 11001 |
Color Harmonies of #514C2D
Complementary color
Monochromatic Colors of #514C2D
Black with #514C2D
Text Example
Text Example
White with #514C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C2D; }
p { color: rgb(81,76,45); }
H1.HeaderClassName
{
color: #514C2D;
}
.AnyTagClassName
{
color: #514C2D;
}
</style>
background-color css
<style>
a { background-color: #514C2D; }
a { background-color: rgb(81,76,45); }
div.DivClassName
{
background-color: #514C2D;
}
.BgClassName
{
background-color: #514C2D;
}
</style>
border-color css
<style>
span { border-color: #514C2D; }
span { border-color: rgb(81,76,45); }
td.TdClassName
{
border-color: #514C2D;
}
.TagClassName
{
border-color: #514C2D;
}
</style>