Shades of Thatch Green #514A29
Tints of Thatch Green #514A29
RGB
CMYK
RGB Variations
Color information
#514A29 (or 0x514A29) is known color: Thatch Green. HEX triplet: 51, 4A and 29. RGB value is (81,74,41). Sum of RGB (Red+Green+Blue) = 81+74+41=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A29 is #AEB5D6. Grayscale: #484848. Windows color (decimal): -11449815 or 2706001. OLE color: 2706001.
HSL color Cylindrical-coordinate representation of color #514A29: hue angle of 49.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514A29 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 41 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.68 |
| HSL | 49.5º | 0.33% | 0.24% | - |
| HSV(B) | 49.5º | 0.49% | 0.32% | - |
| XYZ | 6.24 | 6.81 | 3.08 | - |
| YUV | 72.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 41 | 0 | 0.09 | 0.49 | 0.68 | 49.5 | 0.33 | 0.24 |
| Hex | 51 | 4A | 29 | 0 | 9 | 31 | 44 | 32 | 21 | 18 |
| Octal | 121 | 112 | 51 | 0 | 11 | 61 | 104 | 62 | 41 | 30 |
| Binary | 1010001 | 1001010 | 101001 | 0 | 1001 | 110001 | 1000100 | 110010 | 100001 | 11000 |
Color Harmonies of #514A29
Complementary color
Monochromatic Colors of #514A29
Black with #514A29
Text Example
Text Example
White with #514A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A29; }
p { color: rgb(81,74,41); }
H1.HeaderClassName
{
color: #514A29;
}
.AnyTagClassName
{
color: #514A29;
}
</style>
background-color css
<style>
a { background-color: #514A29; }
a { background-color: rgb(81,74,41); }
div.DivClassName
{
background-color: #514A29;
}
.BgClassName
{
background-color: #514A29;
}
</style>
border-color css
<style>
span { border-color: #514A29; }
span { border-color: rgb(81,74,41); }
td.TdClassName
{
border-color: #514A29;
}
.TagClassName
{
border-color: #514A29;
}
</style>