Shades of Thatch Green #534F2D
Tints of Thatch Green #534F2D
RGB
CMYK
RGB Variations
Color information
#534F2D (or 0x534F2D) is known color: Thatch Green. HEX triplet: 53, 4F and 2D. RGB value is (83,79,45). Sum of RGB (Red+Green+Blue) = 83+79+45=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2D is #ACB0D2. Grayscale: #4C4C4C. Windows color (decimal): -11317459 or 2969427. OLE color: 2969427.
HSL color Cylindrical-coordinate representation of color #534F2D: hue angle of 53.68º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534F2D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 45 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.67 |
| HSL | 53.68º | 0.3% | 0.25% | - |
| HSV(B) | 53.68º | 0.46% | 0.33% | - |
| XYZ | 6.84 | 7.62 | 3.59 | - |
| YUV | 76.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 45 | 0 | 0.05 | 0.46 | 0.67 | 53.68 | 0.3 | 0.25 |
| Hex | 53 | 4F | 2D | 0 | 5 | 2E | 43 | 36 | 1E | 19 |
| Octal | 123 | 117 | 55 | 0 | 5 | 56 | 103 | 66 | 36 | 31 |
| Binary | 1010011 | 1001111 | 101101 | 0 | 101 | 101110 | 1000011 | 110110 | 11110 | 11001 |
Color Harmonies of #534F2D
Complementary color
Monochromatic Colors of #534F2D
Black with #534F2D
Text Example
Text Example
White with #534F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F2D; }
p { color: rgb(83,79,45); }
H1.HeaderClassName
{
color: #534F2D;
}
.AnyTagClassName
{
color: #534F2D;
}
</style>
background-color css
<style>
a { background-color: #534F2D; }
a { background-color: rgb(83,79,45); }
div.DivClassName
{
background-color: #534F2D;
}
.BgClassName
{
background-color: #534F2D;
}
</style>
border-color css
<style>
span { border-color: #534F2D; }
span { border-color: rgb(83,79,45); }
td.TdClassName
{
border-color: #534F2D;
}
.TagClassName
{
border-color: #534F2D;
}
</style>