Shades of Thatch Green #504B2B
Tints of Thatch Green #504B2B
RGB
CMYK
RGB Variations
Color information
#504B2B (or 0x504B2B) is known color: Thatch Green. HEX triplet: 50, 4B and 2B. RGB value is (80,75,43). Sum of RGB (Red+Green+Blue) = 80+75+43=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #504B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B2B is #AFB4D4. Grayscale: #484848. Windows color (decimal): -11515093 or 2837328. OLE color: 2837328.
HSL color Cylindrical-coordinate representation of color #504B2B: hue angle of 51.89º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504B2B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 43 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.69 |
| HSL | 51.89º | 0.3% | 0.24% | - |
| HSV(B) | 51.89º | 0.46% | 0.31% | - |
| XYZ | 6.26 | 6.91 | 3.29 | - |
| YUV | 72.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 43 | 0 | 0.06 | 0.46 | 0.69 | 51.89 | 0.3 | 0.24 |
| Hex | 50 | 4B | 2B | 0 | 6 | 2E | 45 | 34 | 1E | 18 |
| Octal | 120 | 113 | 53 | 0 | 6 | 56 | 105 | 64 | 36 | 30 |
| Binary | 1010000 | 1001011 | 101011 | 0 | 110 | 101110 | 1000101 | 110100 | 11110 | 11000 |
Color Harmonies of #504B2B
Complementary color
Monochromatic Colors of #504B2B
Black with #504B2B
Text Example
Text Example
White with #504B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B2B; }
p { color: rgb(80,75,43); }
H1.HeaderClassName
{
color: #504B2B;
}
.AnyTagClassName
{
color: #504B2B;
}
</style>
background-color css
<style>
a { background-color: #504B2B; }
a { background-color: rgb(80,75,43); }
div.DivClassName
{
background-color: #504B2B;
}
.BgClassName
{
background-color: #504B2B;
}
</style>
border-color css
<style>
span { border-color: #504B2B; }
span { border-color: rgb(80,75,43); }
td.TdClassName
{
border-color: #504B2B;
}
.TagClassName
{
border-color: #504B2B;
}
</style>