Shades of Thatch Green #514B2F
Tints of Thatch Green #514B2F
RGB
CMYK
RGB Variations
Color information
#514B2F (or 0x514B2F) is known color: Thatch Green. HEX triplet: 51, 4B and 2F. RGB value is (81,75,47). Sum of RGB (Red+Green+Blue) = 81+75+47=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B2F is #AEB4D0. Grayscale: #494949. Windows color (decimal): -11449553 or 3099473. OLE color: 3099473.
HSL color Cylindrical-coordinate representation of color #514B2F: hue angle of 49.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514B2F is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 47 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.68 |
| HSL | 49.41º | 0.27% | 0.25% | - |
| HSV(B) | 49.41º | 0.42% | 0.32% | - |
| XYZ | 6.42 | 6.99 | 3.7 | - |
| YUV | 73.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 47 | 0 | 0.07 | 0.42 | 0.68 | 49.41 | 0.27 | 0.25 |
| Hex | 51 | 4B | 2F | 0 | 7 | 2A | 44 | 31 | 1B | 19 |
| Octal | 121 | 113 | 57 | 0 | 7 | 52 | 104 | 61 | 33 | 31 |
| Binary | 1010001 | 1001011 | 101111 | 0 | 111 | 101010 | 1000100 | 110001 | 11011 | 11001 |
Color Harmonies of #514B2F
Complementary color
Monochromatic Colors of #514B2F
Black with #514B2F
Text Example
Text Example
White with #514B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B2F; }
p { color: rgb(81,75,47); }
H1.HeaderClassName
{
color: #514B2F;
}
.AnyTagClassName
{
color: #514B2F;
}
</style>
background-color css
<style>
a { background-color: #514B2F; }
a { background-color: rgb(81,75,47); }
div.DivClassName
{
background-color: #514B2F;
}
.BgClassName
{
background-color: #514B2F;
}
</style>
border-color css
<style>
span { border-color: #514B2F; }
span { border-color: rgb(81,75,47); }
td.TdClassName
{
border-color: #514B2F;
}
.TagClassName
{
border-color: #514B2F;
}
</style>