Shades of Thatch Green #524B2D
Tints of Thatch Green #524B2D
RGB
CMYK
RGB Variations
Color information
#524B2D (or 0x524B2D) is known color: Thatch Green. HEX triplet: 52, 4B and 2D. RGB value is (82,75,45). Sum of RGB (Red+Green+Blue) = 82+75+45=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B2D is #ADB4D2. Grayscale: #494949. Windows color (decimal): -11384019 or 2968402. OLE color: 2968402.
HSL color Cylindrical-coordinate representation of color #524B2D: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524B2D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 45 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.68 |
| HSL | 48.65º | 0.29% | 0.25% | - |
| HSV(B) | 48.65º | 0.45% | 0.32% | - |
| XYZ | 6.47 | 7.02 | 3.5 | - |
| YUV | 73.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 45 | 0 | 0.09 | 0.45 | 0.68 | 48.65 | 0.29 | 0.25 |
| Hex | 52 | 4B | 2D | 0 | 9 | 2D | 44 | 31 | 1D | 19 |
| Octal | 122 | 113 | 55 | 0 | 11 | 55 | 104 | 61 | 35 | 31 |
| Binary | 1010010 | 1001011 | 101101 | 0 | 1001 | 101101 | 1000100 | 110001 | 11101 | 11001 |
Color Harmonies of #524B2D
Complementary color
Monochromatic Colors of #524B2D
Black with #524B2D
Text Example
Text Example
White with #524B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B2D; }
p { color: rgb(82,75,45); }
H1.HeaderClassName
{
color: #524B2D;
}
.AnyTagClassName
{
color: #524B2D;
}
</style>
background-color css
<style>
a { background-color: #524B2D; }
a { background-color: rgb(82,75,45); }
div.DivClassName
{
background-color: #524B2D;
}
.BgClassName
{
background-color: #524B2D;
}
</style>
border-color css
<style>
span { border-color: #524B2D; }
span { border-color: rgb(82,75,45); }
td.TdClassName
{
border-color: #524B2D;
}
.TagClassName
{
border-color: #524B2D;
}
</style>