Shades of Thatch Green #504B30
Tints of Thatch Green #504B30
RGB
CMYK
RGB Variations
Color information
#504B30 (or 0x504B30) is known color: Thatch Green. HEX triplet: 50, 4B and 30. RGB value is (80,75,48). Sum of RGB (Red+Green+Blue) = 80+75+48=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B30 is #AFB4CF. Grayscale: #494949. Windows color (decimal): -11515088 or 3165008. OLE color: 3165008.
HSL color Cylindrical-coordinate representation of color #504B30: hue angle of 50.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504B30 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 48 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.69 |
| HSL | 50.63º | 0.25% | 0.25% | - |
| HSV(B) | 50.63º | 0.4% | 0.31% | - |
| XYZ | 6.36 | 6.95 | 3.8 | - |
| YUV | 73.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 48 | 0 | 0.06 | 0.40 | 0.69 | 50.63 | 0.25 | 0.25 |
| Hex | 50 | 4B | 30 | 0 | 6 | 28 | 45 | 33 | 19 | 19 |
| Octal | 120 | 113 | 60 | 0 | 6 | 50 | 105 | 63 | 31 | 31 |
| Binary | 1010000 | 1001011 | 110000 | 0 | 110 | 101000 | 1000101 | 110011 | 11001 | 11001 |
Color Harmonies of #504B30
Complementary color
Monochromatic Colors of #504B30
Black with #504B30
Text Example
Text Example
White with #504B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B30; }
p { color: rgb(80,75,48); }
H1.HeaderClassName
{
color: #504B30;
}
.AnyTagClassName
{
color: #504B30;
}
</style>
background-color css
<style>
a { background-color: #504B30; }
a { background-color: rgb(80,75,48); }
div.DivClassName
{
background-color: #504B30;
}
.BgClassName
{
background-color: #504B30;
}
</style>
border-color css
<style>
span { border-color: #504B30; }
span { border-color: rgb(80,75,48); }
td.TdClassName
{
border-color: #504B30;
}
.TagClassName
{
border-color: #504B30;
}
</style>