Shades of Thatch Green #534F2E
Tints of Thatch Green #534F2E
RGB
CMYK
RGB Variations
Color information
#534F2E (or 0x534F2E) is known color: Thatch Green. HEX triplet: 53, 4F and 2E. RGB value is (83,79,46). Sum of RGB (Red+Green+Blue) = 83+79+46=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2E is #ACB0D1. Grayscale: #4C4C4C. Windows color (decimal): -11317458 or 3034963. OLE color: 3034963.
HSL color Cylindrical-coordinate representation of color #534F2E: hue angle of 53.51º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534F2E is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 46 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.67 |
| HSL | 53.51º | 0.29% | 0.25% | - |
| HSV(B) | 53.51º | 0.45% | 0.33% | - |
| XYZ | 6.86 | 7.63 | 3.7 | - |
| YUV | 76.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 46 | 0 | 0.05 | 0.45 | 0.67 | 53.51 | 0.29 | 0.25 |
| Hex | 53 | 4F | 2E | 0 | 5 | 2D | 43 | 36 | 1D | 19 |
| Octal | 123 | 117 | 56 | 0 | 5 | 55 | 103 | 66 | 35 | 31 |
| Binary | 1010011 | 1001111 | 101110 | 0 | 101 | 101101 | 1000011 | 110110 | 11101 | 11001 |
Color Harmonies of #534F2E
Complementary color
Monochromatic Colors of #534F2E
Black with #534F2E
Text Example
Text Example
White with #534F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F2E; }
p { color: rgb(83,79,46); }
H1.HeaderClassName
{
color: #534F2E;
}
.AnyTagClassName
{
color: #534F2E;
}
</style>
background-color css
<style>
a { background-color: #534F2E; }
a { background-color: rgb(83,79,46); }
div.DivClassName
{
background-color: #534F2E;
}
.BgClassName
{
background-color: #534F2E;
}
</style>
border-color css
<style>
span { border-color: #534F2E; }
span { border-color: rgb(83,79,46); }
td.TdClassName
{
border-color: #534F2E;
}
.TagClassName
{
border-color: #534F2E;
}
</style>