Shades of Thatch Green #514C27
Tints of Thatch Green #514C27
RGB
CMYK
RGB Variations
Color information
#514C27 (or 0x514C27) is known color: Thatch Green. HEX triplet: 51, 4C and 27. RGB value is (81,76,39). Sum of RGB (Red+Green+Blue) = 81+76+39=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C27 is #AEB3D8. Grayscale: #494949. Windows color (decimal): -11449305 or 2575441. OLE color: 2575441.
HSL color Cylindrical-coordinate representation of color #514C27: hue angle of 52.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514C27 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 39 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.68 |
| HSL | 52.86º | 0.35% | 0.24% | - |
| HSV(B) | 52.86º | 0.52% | 0.32% | - |
| XYZ | 6.34 | 7.06 | 2.95 | - |
| YUV | 73.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 39 | 0 | 0.06 | 0.52 | 0.68 | 52.86 | 0.35 | 0.24 |
| Hex | 51 | 4C | 27 | 0 | 6 | 34 | 44 | 35 | 23 | 18 |
| Octal | 121 | 114 | 47 | 0 | 6 | 64 | 104 | 65 | 43 | 30 |
| Binary | 1010001 | 1001100 | 100111 | 0 | 110 | 110100 | 1000100 | 110101 | 100011 | 11000 |
Color Harmonies of #514C27
Complementary color
Monochromatic Colors of #514C27
Black with #514C27
Text Example
Text Example
White with #514C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C27; }
p { color: rgb(81,76,39); }
H1.HeaderClassName
{
color: #514C27;
}
.AnyTagClassName
{
color: #514C27;
}
</style>
background-color css
<style>
a { background-color: #514C27; }
a { background-color: rgb(81,76,39); }
div.DivClassName
{
background-color: #514C27;
}
.BgClassName
{
background-color: #514C27;
}
</style>
border-color css
<style>
span { border-color: #514C27; }
span { border-color: rgb(81,76,39); }
td.TdClassName
{
border-color: #514C27;
}
.TagClassName
{
border-color: #514C27;
}
</style>