Shades of Thatch Green #534E2C
Tints of Thatch Green #534E2C
RGB
CMYK
RGB Variations
Color information
#534E2C (or 0x534E2C) is known color: Thatch Green. HEX triplet: 53, 4E and 2C. RGB value is (83,78,44). Sum of RGB (Red+Green+Blue) = 83+78+44=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E2C is #ACB1D3. Grayscale: #4B4B4B. Windows color (decimal): -11317716 or 2903635. OLE color: 2903635.
HSL color Cylindrical-coordinate representation of color #534E2C: hue angle of 52.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534E2C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 44 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.67 |
| HSL | 52.31º | 0.31% | 0.25% | - |
| HSV(B) | 52.31º | 0.47% | 0.33% | - |
| XYZ | 6.75 | 7.47 | 3.47 | - |
| YUV | 75.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 44 | 0 | 0.06 | 0.47 | 0.67 | 52.31 | 0.31 | 0.25 |
| Hex | 53 | 4E | 2C | 0 | 6 | 2F | 43 | 34 | 1F | 19 |
| Octal | 123 | 116 | 54 | 0 | 6 | 57 | 103 | 64 | 37 | 31 |
| Binary | 1010011 | 1001110 | 101100 | 0 | 110 | 101111 | 1000011 | 110100 | 11111 | 11001 |
Color Harmonies of #534E2C
Complementary color
Monochromatic Colors of #534E2C
Black with #534E2C
Text Example
Text Example
White with #534E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E2C; }
p { color: rgb(83,78,44); }
H1.HeaderClassName
{
color: #534E2C;
}
.AnyTagClassName
{
color: #534E2C;
}
</style>
background-color css
<style>
a { background-color: #534E2C; }
a { background-color: rgb(83,78,44); }
div.DivClassName
{
background-color: #534E2C;
}
.BgClassName
{
background-color: #534E2C;
}
</style>
border-color css
<style>
span { border-color: #534E2C; }
span { border-color: rgb(83,78,44); }
td.TdClassName
{
border-color: #534E2C;
}
.TagClassName
{
border-color: #534E2C;
}
</style>