Shades of Thatch Green #524D30
Tints of Thatch Green #524D30
RGB
CMYK
RGB Variations
Color information
#524D30 (or 0x524D30) is known color: Thatch Green. HEX triplet: 52, 4D and 30. RGB value is (82,77,48). Sum of RGB (Red+Green+Blue) = 82+77+48=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #524D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D30 is #ADB2CF. Grayscale: #4B4B4B. Windows color (decimal): -11383504 or 3165522. OLE color: 3165522.
HSL color Cylindrical-coordinate representation of color #524D30: hue angle of 51.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524D30 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 48 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.68 |
| HSL | 51.18º | 0.26% | 0.25% | - |
| HSV(B) | 51.18º | 0.41% | 0.32% | - |
| XYZ | 6.67 | 7.31 | 3.86 | - |
| YUV | 75.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 48 | 0 | 0.06 | 0.41 | 0.68 | 51.18 | 0.26 | 0.25 |
| Hex | 52 | 4D | 30 | 0 | 6 | 29 | 44 | 33 | 1A | 19 |
| Octal | 122 | 115 | 60 | 0 | 6 | 51 | 104 | 63 | 32 | 31 |
| Binary | 1010010 | 1001101 | 110000 | 0 | 110 | 101001 | 1000100 | 110011 | 11010 | 11001 |
Color Harmonies of #524D30
Complementary color
Monochromatic Colors of #524D30
Black with #524D30
Text Example
Text Example
White with #524D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D30; }
p { color: rgb(82,77,48); }
H1.HeaderClassName
{
color: #524D30;
}
.AnyTagClassName
{
color: #524D30;
}
</style>
background-color css
<style>
a { background-color: #524D30; }
a { background-color: rgb(82,77,48); }
div.DivClassName
{
background-color: #524D30;
}
.BgClassName
{
background-color: #524D30;
}
</style>
border-color css
<style>
span { border-color: #524D30; }
span { border-color: rgb(82,77,48); }
td.TdClassName
{
border-color: #524D30;
}
.TagClassName
{
border-color: #524D30;
}
</style>