Shades of Thatch Green #534C2D
Tints of Thatch Green #534C2D
RGB
CMYK
RGB Variations
Color information
#534C2D (or 0x534C2D) is known color: Thatch Green. HEX triplet: 53, 4C and 2D. RGB value is (83,76,45). Sum of RGB (Red+Green+Blue) = 83+76+45=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C2D is #ACB3D2. Grayscale: #4A4A4A. Windows color (decimal): -11318227 or 2968659. OLE color: 2968659.
HSL color Cylindrical-coordinate representation of color #534C2D: hue angle of 48.95º 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 #534C2D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 45 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.67 |
| HSL | 48.95º | 0.3% | 0.25% | - |
| HSV(B) | 48.95º | 0.46% | 0.33% | - |
| XYZ | 6.63 | 7.2 | 3.52 | - |
| YUV | 74.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 45 | 0 | 0.08 | 0.46 | 0.67 | 48.95 | 0.3 | 0.25 |
| Hex | 53 | 4C | 2D | 0 | 8 | 2E | 43 | 31 | 1E | 19 |
| Octal | 123 | 114 | 55 | 0 | 10 | 56 | 103 | 61 | 36 | 31 |
| Binary | 1010011 | 1001100 | 101101 | 0 | 1000 | 101110 | 1000011 | 110001 | 11110 | 11001 |
Color Harmonies of #534C2D
Complementary color
Monochromatic Colors of #534C2D
Black with #534C2D
Text Example
Text Example
White with #534C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C2D; }
p { color: rgb(83,76,45); }
H1.HeaderClassName
{
color: #534C2D;
}
.AnyTagClassName
{
color: #534C2D;
}
</style>
background-color css
<style>
a { background-color: #534C2D; }
a { background-color: rgb(83,76,45); }
div.DivClassName
{
background-color: #534C2D;
}
.BgClassName
{
background-color: #534C2D;
}
</style>
border-color css
<style>
span { border-color: #534C2D; }
span { border-color: rgb(83,76,45); }
td.TdClassName
{
border-color: #534C2D;
}
.TagClassName
{
border-color: #534C2D;
}
</style>