Shades of Thatch Green #534E31
Tints of Thatch Green #534E31
RGB
CMYK
RGB Variations
Color information
#534E31 (or 0x534E31) is known color: Thatch Green. HEX triplet: 53, 4E and 31. RGB value is (83,78,49). Sum of RGB (Red+Green+Blue) = 83+78+49=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E31 is #ACB1CE. Grayscale: #4C4C4C. Windows color (decimal): -11317711 or 3231315. OLE color: 3231315.
HSL color Cylindrical-coordinate representation of color #534E31: hue angle of 51.18º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534E31 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 49 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.67 |
| HSL | 51.18º | 0.26% | 0.26% | - |
| HSV(B) | 51.18º | 0.41% | 0.33% | - |
| XYZ | 6.85 | 7.51 | 3.99 | - |
| YUV | 76.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 49 | 0 | 0.06 | 0.41 | 0.67 | 51.18 | 0.26 | 0.26 |
| Hex | 53 | 4E | 31 | 0 | 6 | 29 | 43 | 33 | 1A | 1A |
| Octal | 123 | 116 | 61 | 0 | 6 | 51 | 103 | 63 | 32 | 32 |
| Binary | 1010011 | 1001110 | 110001 | 0 | 110 | 101001 | 1000011 | 110011 | 11010 | 11010 |
Color Harmonies of #534E31
Complementary color
Monochromatic Colors of #534E31
Black with #534E31
Text Example
Text Example
White with #534E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E31; }
p { color: rgb(83,78,49); }
H1.HeaderClassName
{
color: #534E31;
}
.AnyTagClassName
{
color: #534E31;
}
</style>
background-color css
<style>
a { background-color: #534E31; }
a { background-color: rgb(83,78,49); }
div.DivClassName
{
background-color: #534E31;
}
.BgClassName
{
background-color: #534E31;
}
</style>
border-color css
<style>
span { border-color: #534E31; }
span { border-color: rgb(83,78,49); }
td.TdClassName
{
border-color: #534E31;
}
.TagClassName
{
border-color: #534E31;
}
</style>