Shades of Thatch Green #534F34
Tints of Thatch Green #534F34
RGB
CMYK
RGB Variations
Color information
#534F34 (or 0x534F34) is known color: Thatch Green. HEX triplet: 53, 4F and 34. RGB value is (83,79,52). Sum of RGB (Red+Green+Blue) = 83+79+52=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F34 is #ACB0CB. Grayscale: #4D4D4D. Windows color (decimal): -11317452 or 3428179. OLE color: 3428179.
HSL color Cylindrical-coordinate representation of color #534F34: hue angle of 52.26º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534F34 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 52 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.67 |
| HSL | 52.26º | 0.23% | 0.26% | - |
| HSV(B) | 52.26º | 0.37% | 0.33% | - |
| XYZ | 6.98 | 7.68 | 4.36 | - |
| YUV | 77.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 52 | 0 | 0.05 | 0.37 | 0.67 | 52.26 | 0.23 | 0.26 |
| Hex | 53 | 4F | 34 | 0 | 5 | 25 | 43 | 34 | 17 | 1A |
| Octal | 123 | 117 | 64 | 0 | 5 | 45 | 103 | 64 | 27 | 32 |
| Binary | 1010011 | 1001111 | 110100 | 0 | 101 | 100101 | 1000011 | 110100 | 10111 | 11010 |
Color Harmonies of #534F34
Complementary color
Monochromatic Colors of #534F34
Black with #534F34
Text Example
Text Example
White with #534F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F34; }
p { color: rgb(83,79,52); }
H1.HeaderClassName
{
color: #534F34;
}
.AnyTagClassName
{
color: #534F34;
}
</style>
background-color css
<style>
a { background-color: #534F34; }
a { background-color: rgb(83,79,52); }
div.DivClassName
{
background-color: #534F34;
}
.BgClassName
{
background-color: #534F34;
}
</style>
border-color css
<style>
span { border-color: #534F34; }
span { border-color: rgb(83,79,52); }
td.TdClassName
{
border-color: #534F34;
}
.TagClassName
{
border-color: #534F34;
}
</style>