Shades of Thatch Green #504B2C
Tints of Thatch Green #504B2C
RGB
CMYK
RGB Variations
Color information
#504B2C (or 0x504B2C) is known color: Thatch Green. HEX triplet: 50, 4B and 2C. RGB value is (80,75,44). Sum of RGB (Red+Green+Blue) = 80+75+44=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B2C is #AFB4D3. Grayscale: #494949. Windows color (decimal): -11515092 or 2902864. OLE color: 2902864.
HSL color Cylindrical-coordinate representation of color #504B2C: hue angle of 51.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504B2C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 44 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.69 |
| HSL | 51.67º | 0.29% | 0.24% | - |
| HSV(B) | 51.67º | 0.45% | 0.31% | - |
| XYZ | 6.28 | 6.92 | 3.39 | - |
| YUV | 72.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 44 | 0 | 0.06 | 0.45 | 0.69 | 51.67 | 0.29 | 0.24 |
| Hex | 50 | 4B | 2C | 0 | 6 | 2D | 45 | 34 | 1D | 18 |
| Octal | 120 | 113 | 54 | 0 | 6 | 55 | 105 | 64 | 35 | 30 |
| Binary | 1010000 | 1001011 | 101100 | 0 | 110 | 101101 | 1000101 | 110100 | 11101 | 11000 |
Color Harmonies of #504B2C
Complementary color
Monochromatic Colors of #504B2C
Black with #504B2C
Text Example
Text Example
White with #504B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B2C; }
p { color: rgb(80,75,44); }
H1.HeaderClassName
{
color: #504B2C;
}
.AnyTagClassName
{
color: #504B2C;
}
</style>
background-color css
<style>
a { background-color: #504B2C; }
a { background-color: rgb(80,75,44); }
div.DivClassName
{
background-color: #504B2C;
}
.BgClassName
{
background-color: #504B2C;
}
</style>
border-color css
<style>
span { border-color: #504B2C; }
span { border-color: rgb(80,75,44); }
td.TdClassName
{
border-color: #504B2C;
}
.TagClassName
{
border-color: #504B2C;
}
</style>