Shades of Thatch Green #534F30
Tints of Thatch Green #534F30
RGB
CMYK
RGB Variations
Color information
#534F30 (or 0x534F30) is known color: Thatch Green. HEX triplet: 53, 4F and 30. RGB value is (83,79,48). Sum of RGB (Red+Green+Blue) = 83+79+48=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F30 is #ACB0CF. Grayscale: #4C4C4C. Windows color (decimal): -11317456 or 3166035. OLE color: 3166035.
HSL color Cylindrical-coordinate representation of color #534F30: hue angle of 53.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534F30 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 48 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.67 |
| HSL | 53.14º | 0.27% | 0.26% | - |
| HSV(B) | 53.14º | 0.42% | 0.33% | - |
| XYZ | 6.9 | 7.64 | 3.91 | - |
| YUV | 76.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 48 | 0 | 0.05 | 0.42 | 0.67 | 53.14 | 0.27 | 0.26 |
| Hex | 53 | 4F | 30 | 0 | 5 | 2A | 43 | 35 | 1B | 1A |
| Octal | 123 | 117 | 60 | 0 | 5 | 52 | 103 | 65 | 33 | 32 |
| Binary | 1010011 | 1001111 | 110000 | 0 | 101 | 101010 | 1000011 | 110101 | 11011 | 11010 |
Color Harmonies of #534F30
Complementary color
Monochromatic Colors of #534F30
Black with #534F30
Text Example
Text Example
White with #534F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F30; }
p { color: rgb(83,79,48); }
H1.HeaderClassName
{
color: #534F30;
}
.AnyTagClassName
{
color: #534F30;
}
</style>
background-color css
<style>
a { background-color: #534F30; }
a { background-color: rgb(83,79,48); }
div.DivClassName
{
background-color: #534F30;
}
.BgClassName
{
background-color: #534F30;
}
</style>
border-color css
<style>
span { border-color: #534F30; }
span { border-color: rgb(83,79,48); }
td.TdClassName
{
border-color: #534F30;
}
.TagClassName
{
border-color: #534F30;
}
</style>