Shades of Thatch Green #534E2D
Tints of Thatch Green #534E2D
RGB
CMYK
RGB Variations
Color information
#534E2D (or 0x534E2D) is known color: Thatch Green. HEX triplet: 53, 4E and 2D. RGB value is (83,78,45). Sum of RGB (Red+Green+Blue) = 83+78+45=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E2D is #ACB1D2. Grayscale: #4B4B4B. Windows color (decimal): -11317715 or 2969171. OLE color: 2969171.
HSL color Cylindrical-coordinate representation of color #534E2D: hue angle of 52.11º 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 #534E2D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 45 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.67 |
| HSL | 52.11º | 0.3% | 0.25% | - |
| HSV(B) | 52.11º | 0.46% | 0.33% | - |
| XYZ | 6.77 | 7.48 | 3.57 | - |
| YUV | 75.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 45 | 0 | 0.06 | 0.46 | 0.67 | 52.11 | 0.3 | 0.25 |
| Hex | 53 | 4E | 2D | 0 | 6 | 2E | 43 | 34 | 1E | 19 |
| Octal | 123 | 116 | 55 | 0 | 6 | 56 | 103 | 64 | 36 | 31 |
| Binary | 1010011 | 1001110 | 101101 | 0 | 110 | 101110 | 1000011 | 110100 | 11110 | 11001 |
Color Harmonies of #534E2D
Complementary color
Monochromatic Colors of #534E2D
Black with #534E2D
Text Example
Text Example
White with #534E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E2D; }
p { color: rgb(83,78,45); }
H1.HeaderClassName
{
color: #534E2D;
}
.AnyTagClassName
{
color: #534E2D;
}
</style>
background-color css
<style>
a { background-color: #534E2D; }
a { background-color: rgb(83,78,45); }
div.DivClassName
{
background-color: #534E2D;
}
.BgClassName
{
background-color: #534E2D;
}
</style>
border-color css
<style>
span { border-color: #534E2D; }
span { border-color: rgb(83,78,45); }
td.TdClassName
{
border-color: #534E2D;
}
.TagClassName
{
border-color: #534E2D;
}
</style>