Shades of Thatch Green #524B2C
Tints of Thatch Green #524B2C
RGB
CMYK
RGB Variations
Color information
#524B2C (or 0x524B2C) is known color: Thatch Green. HEX triplet: 52, 4B and 2C. RGB value is (82,75,44). Sum of RGB (Red+Green+Blue) = 82+75+44=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B2C is #ADB4D3. Grayscale: #494949. Windows color (decimal): -11384020 or 2902866. OLE color: 2902866.
HSL color Cylindrical-coordinate representation of color #524B2C: hue angle of 48.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524B2C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 44 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.68 |
| HSL | 48.95º | 0.3% | 0.25% | - |
| HSV(B) | 48.95º | 0.46% | 0.32% | - |
| XYZ | 6.45 | 7.01 | 3.4 | - |
| YUV | 73.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 44 | 0 | 0.09 | 0.46 | 0.68 | 48.95 | 0.3 | 0.25 |
| Hex | 52 | 4B | 2C | 0 | 9 | 2E | 44 | 31 | 1E | 19 |
| Octal | 122 | 113 | 54 | 0 | 11 | 56 | 104 | 61 | 36 | 31 |
| Binary | 1010010 | 1001011 | 101100 | 0 | 1001 | 101110 | 1000100 | 110001 | 11110 | 11001 |
Color Harmonies of #524B2C
Complementary color
Monochromatic Colors of #524B2C
Black with #524B2C
Text Example
Text Example
White with #524B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B2C; }
p { color: rgb(82,75,44); }
H1.HeaderClassName
{
color: #524B2C;
}
.AnyTagClassName
{
color: #524B2C;
}
</style>
background-color css
<style>
a { background-color: #524B2C; }
a { background-color: rgb(82,75,44); }
div.DivClassName
{
background-color: #524B2C;
}
.BgClassName
{
background-color: #524B2C;
}
</style>
border-color css
<style>
span { border-color: #524B2C; }
span { border-color: rgb(82,75,44); }
td.TdClassName
{
border-color: #524B2C;
}
.TagClassName
{
border-color: #524B2C;
}
</style>