Shades of Thatch Green #50492E
Tints of Thatch Green #50492E
RGB
CMYK
RGB Variations
Color information
#50492E (or 0x50492E) is known color: Thatch Green. HEX triplet: 50, 49 and 2E. RGB value is (80,73,46). Sum of RGB (Red+Green+Blue) = 80+73+46=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492E is #AFB6D1. Grayscale: #484848. Windows color (decimal): -11515602 or 3033424. OLE color: 3033424.
HSL color Cylindrical-coordinate representation of color #50492E: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50492E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 46 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.69 |
| HSL | 47.65º | 0.27% | 0.25% | - |
| HSV(B) | 47.65º | 0.43% | 0.31% | - |
| XYZ | 6.18 | 6.67 | 3.55 | - |
| YUV | 72.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 46 | 0 | 0.09 | 0.42 | 0.69 | 47.65 | 0.27 | 0.25 |
| Hex | 50 | 49 | 2E | 0 | 9 | 2A | 45 | 30 | 1B | 19 |
| Octal | 120 | 111 | 56 | 0 | 11 | 52 | 105 | 60 | 33 | 31 |
| Binary | 1010000 | 1001001 | 101110 | 0 | 1001 | 101010 | 1000101 | 110000 | 11011 | 11001 |
Color Harmonies of #50492E
Complementary color
Monochromatic Colors of #50492E
Black with #50492E
Text Example
Text Example
White with #50492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50492E; }
p { color: rgb(80,73,46); }
H1.HeaderClassName
{
color: #50492E;
}
.AnyTagClassName
{
color: #50492E;
}
</style>
background-color css
<style>
a { background-color: #50492E; }
a { background-color: rgb(80,73,46); }
div.DivClassName
{
background-color: #50492E;
}
.BgClassName
{
background-color: #50492E;
}
</style>
border-color css
<style>
span { border-color: #50492E; }
span { border-color: rgb(80,73,46); }
td.TdClassName
{
border-color: #50492E;
}
.TagClassName
{
border-color: #50492E;
}
</style>