Shades of Thatch Green #504A2D
Tints of Thatch Green #504A2D
RGB
CMYK
RGB Variations
Color information
#504A2D (or 0x504A2D) is known color: Thatch Green. HEX triplet: 50, 4A and 2D. RGB value is (80,74,45). Sum of RGB (Red+Green+Blue) = 80+74+45=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A2D is #AFB5D2. Grayscale: #484848. Windows color (decimal): -11515347 or 2968144. OLE color: 2968144.
HSL color Cylindrical-coordinate representation of color #504A2D: hue angle of 49.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504A2D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 45 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.69 |
| HSL | 49.71º | 0.28% | 0.25% | - |
| HSV(B) | 49.71º | 0.44% | 0.31% | - |
| XYZ | 6.23 | 6.79 | 3.47 | - |
| YUV | 72.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 45 | 0 | 0.08 | 0.44 | 0.69 | 49.71 | 0.28 | 0.25 |
| Hex | 50 | 4A | 2D | 0 | 8 | 2C | 45 | 32 | 1C | 19 |
| Octal | 120 | 112 | 55 | 0 | 10 | 54 | 105 | 62 | 34 | 31 |
| Binary | 1010000 | 1001010 | 101101 | 0 | 1000 | 101100 | 1000101 | 110010 | 11100 | 11001 |
Color Harmonies of #504A2D
Complementary color
Monochromatic Colors of #504A2D
Black with #504A2D
Text Example
Text Example
White with #504A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A2D; }
p { color: rgb(80,74,45); }
H1.HeaderClassName
{
color: #504A2D;
}
.AnyTagClassName
{
color: #504A2D;
}
</style>
background-color css
<style>
a { background-color: #504A2D; }
a { background-color: rgb(80,74,45); }
div.DivClassName
{
background-color: #504A2D;
}
.BgClassName
{
background-color: #504A2D;
}
</style>
border-color css
<style>
span { border-color: #504A2D; }
span { border-color: rgb(80,74,45); }
td.TdClassName
{
border-color: #504A2D;
}
.TagClassName
{
border-color: #504A2D;
}
</style>