Shades of Thatch Green #514C2C
Tints of Thatch Green #514C2C
RGB
CMYK
RGB Variations
Color information
#514C2C (or 0x514C2C) is known color: Thatch Green. HEX triplet: 51, 4C and 2C. RGB value is (81,76,44). Sum of RGB (Red+Green+Blue) = 81+76+44=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C2C is #AEB3D3. Grayscale: #494949. Windows color (decimal): -11449300 or 2903121. OLE color: 2903121.
HSL color Cylindrical-coordinate representation of color #514C2C: hue angle of 51.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514C2C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 44 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.68 |
| HSL | 51.89º | 0.3% | 0.25% | - |
| HSV(B) | 51.89º | 0.46% | 0.32% | - |
| XYZ | 6.43 | 7.1 | 3.41 | - |
| YUV | 73.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 44 | 0 | 0.06 | 0.46 | 0.68 | 51.89 | 0.3 | 0.25 |
| Hex | 51 | 4C | 2C | 0 | 6 | 2E | 44 | 34 | 1E | 19 |
| Octal | 121 | 114 | 54 | 0 | 6 | 56 | 104 | 64 | 36 | 31 |
| Binary | 1010001 | 1001100 | 101100 | 0 | 110 | 101110 | 1000100 | 110100 | 11110 | 11001 |
Color Harmonies of #514C2C
Complementary color
Monochromatic Colors of #514C2C
Black with #514C2C
Text Example
Text Example
White with #514C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C2C; }
p { color: rgb(81,76,44); }
H1.HeaderClassName
{
color: #514C2C;
}
.AnyTagClassName
{
color: #514C2C;
}
</style>
background-color css
<style>
a { background-color: #514C2C; }
a { background-color: rgb(81,76,44); }
div.DivClassName
{
background-color: #514C2C;
}
.BgClassName
{
background-color: #514C2C;
}
</style>
border-color css
<style>
span { border-color: #514C2C; }
span { border-color: rgb(81,76,44); }
td.TdClassName
{
border-color: #514C2C;
}
.TagClassName
{
border-color: #514C2C;
}
</style>