Shades of Cabbage Pont #516241
Tints of Cabbage Pont #516241
RGB
CMYK
RGB Variations
Color information
#516241 (or 0x516241) is known color: Cabbage Pont. HEX triplet: 51, 62 and 41. RGB value is (81,98,65). Sum of RGB (Red+Green+Blue) = 81+98+65=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #516241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516241 is #AE9DBE. Grayscale: #595959. Windows color (decimal): -11443647 or 4285009. OLE color: 4285009.
HSL color Cylindrical-coordinate representation of color #516241: hue angle of 90.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #516241 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 65 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.62 |
| HSL | 90.91º | 0.2% | 0.32% | - |
| HSV(B) | 90.91º | 0.34% | 0.38% | - |
| XYZ | 8.72 | 10.87 | 6.64 | - |
| YUV | 89.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 65 | 0.17 | 0 | 0.34 | 0.62 | 90.91 | 0.2 | 0.32 |
| Hex | 51 | 62 | 41 | 11 | 0 | 22 | 3E | 5B | 14 | 20 |
| Octal | 121 | 142 | 101 | 21 | 0 | 42 | 76 | 133 | 24 | 40 |
| Binary | 1010001 | 1100010 | 1000001 | 10001 | 0 | 100010 | 111110 | 1011011 | 10100 | 100000 |
Color Harmonies of #516241
Complementary color
Monochromatic Colors of #516241
Black with #516241
Text Example
Text Example
White with #516241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516241; }
p { color: rgb(81,98,65); }
H1.HeaderClassName
{
color: #516241;
}
.AnyTagClassName
{
color: #516241;
}
</style>
background-color css
<style>
a { background-color: #516241; }
a { background-color: rgb(81,98,65); }
div.DivClassName
{
background-color: #516241;
}
.BgClassName
{
background-color: #516241;
}
</style>
border-color css
<style>
span { border-color: #516241; }
span { border-color: rgb(81,98,65); }
td.TdClassName
{
border-color: #516241;
}
.TagClassName
{
border-color: #516241;
}
</style>