Shades of Thatch Green #534D30
Tints of Thatch Green #534D30
RGB
CMYK
RGB Variations
Color information
#534D30 (or 0x534D30) is known color: Thatch Green. HEX triplet: 53, 4D and 30. RGB value is (83,77,48). Sum of RGB (Red+Green+Blue) = 83+77+48=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D30 is #ACB2CF. Grayscale: #4B4B4B. Windows color (decimal): -11317968 or 3165523. OLE color: 3165523.
HSL color Cylindrical-coordinate representation of color #534D30: hue angle of 49.71º 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 #534D30 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 48 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.67 |
| HSL | 49.71º | 0.27% | 0.26% | - |
| HSV(B) | 49.71º | 0.42% | 0.33% | - |
| XYZ | 6.75 | 7.36 | 3.86 | - |
| YUV | 75.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 48 | 0 | 0.07 | 0.42 | 0.67 | 49.71 | 0.27 | 0.26 |
| Hex | 53 | 4D | 30 | 0 | 7 | 2A | 43 | 32 | 1B | 1A |
| Octal | 123 | 115 | 60 | 0 | 7 | 52 | 103 | 62 | 33 | 32 |
| Binary | 1010011 | 1001101 | 110000 | 0 | 111 | 101010 | 1000011 | 110010 | 11011 | 11010 |
Color Harmonies of #534D30
Complementary color
Monochromatic Colors of #534D30
Black with #534D30
Text Example
Text Example
White with #534D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D30; }
p { color: rgb(83,77,48); }
H1.HeaderClassName
{
color: #534D30;
}
.AnyTagClassName
{
color: #534D30;
}
</style>
background-color css
<style>
a { background-color: #534D30; }
a { background-color: rgb(83,77,48); }
div.DivClassName
{
background-color: #534D30;
}
.BgClassName
{
background-color: #534D30;
}
</style>
border-color css
<style>
span { border-color: #534D30; }
span { border-color: rgb(83,77,48); }
td.TdClassName
{
border-color: #534D30;
}
.TagClassName
{
border-color: #534D30;
}
</style>