Shades of Thatch Green #514B2D
Tints of Thatch Green #514B2D
RGB
CMYK
RGB Variations
Color information
#514B2D (or 0x514B2D) is known color: Thatch Green. HEX triplet: 51, 4B and 2D. RGB value is (81,75,45). Sum of RGB (Red+Green+Blue) = 81+75+45=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B2D is #AEB4D2. Grayscale: #494949. Windows color (decimal): -11449555 or 2968401. OLE color: 2968401.
HSL color Cylindrical-coordinate representation of color #514B2D: hue angle of 50º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514B2D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 45 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.68 |
| HSL | 50º | 0.29% | 0.25% | - |
| HSV(B) | 50º | 0.44% | 0.32% | - |
| XYZ | 6.38 | 6.97 | 3.49 | - |
| YUV | 73.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 45 | 0 | 0.07 | 0.44 | 0.68 | 50 | 0.29 | 0.25 |
| Hex | 51 | 4B | 2D | 0 | 7 | 2C | 44 | 32 | 1D | 19 |
| Octal | 121 | 113 | 55 | 0 | 7 | 54 | 104 | 62 | 35 | 31 |
| Binary | 1010001 | 1001011 | 101101 | 0 | 111 | 101100 | 1000100 | 110010 | 11101 | 11001 |
Color Harmonies of #514B2D
Complementary color
Monochromatic Colors of #514B2D
Black with #514B2D
Text Example
Text Example
White with #514B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B2D; }
p { color: rgb(81,75,45); }
H1.HeaderClassName
{
color: #514B2D;
}
.AnyTagClassName
{
color: #514B2D;
}
</style>
background-color css
<style>
a { background-color: #514B2D; }
a { background-color: rgb(81,75,45); }
div.DivClassName
{
background-color: #514B2D;
}
.BgClassName
{
background-color: #514B2D;
}
</style>
border-color css
<style>
span { border-color: #514B2D; }
span { border-color: rgb(81,75,45); }
td.TdClassName
{
border-color: #514B2D;
}
.TagClassName
{
border-color: #514B2D;
}
</style>