Shades of Thatch Green #524B30
Tints of Thatch Green #524B30
RGB
CMYK
RGB Variations
Color information
#524B30 (or 0x524B30) is known color: Thatch Green. HEX triplet: 52, 4B and 30. RGB value is (82,75,48). Sum of RGB (Red+Green+Blue) = 82+75+48=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #524B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B30 is #ADB4CF. Grayscale: #4A4A4A. Windows color (decimal): -11384016 or 3165010. OLE color: 3165010.
HSL color Cylindrical-coordinate representation of color #524B30: hue angle of 47.65º 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 #524B30 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 48 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.68 |
| HSL | 47.65º | 0.26% | 0.25% | - |
| HSV(B) | 47.65º | 0.41% | 0.32% | - |
| XYZ | 6.53 | 7.04 | 3.81 | - |
| YUV | 74.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 48 | 0 | 0.09 | 0.41 | 0.68 | 47.65 | 0.26 | 0.25 |
| Hex | 52 | 4B | 30 | 0 | 9 | 29 | 44 | 30 | 1A | 19 |
| Octal | 122 | 113 | 60 | 0 | 11 | 51 | 104 | 60 | 32 | 31 |
| Binary | 1010010 | 1001011 | 110000 | 0 | 1001 | 101001 | 1000100 | 110000 | 11010 | 11001 |
Color Harmonies of #524B30
Complementary color
Monochromatic Colors of #524B30
Black with #524B30
Text Example
Text Example
White with #524B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B30; }
p { color: rgb(82,75,48); }
H1.HeaderClassName
{
color: #524B30;
}
.AnyTagClassName
{
color: #524B30;
}
</style>
background-color css
<style>
a { background-color: #524B30; }
a { background-color: rgb(82,75,48); }
div.DivClassName
{
background-color: #524B30;
}
.BgClassName
{
background-color: #524B30;
}
</style>
border-color css
<style>
span { border-color: #524B30; }
span { border-color: rgb(82,75,48); }
td.TdClassName
{
border-color: #524B30;
}
.TagClassName
{
border-color: #524B30;
}
</style>