Shades of Cabbage Pont #515C46
Tints of Cabbage Pont #515C46
RGB
CMYK
RGB Variations
Color information
#515C46 (or 0x515C46) is known color: Cabbage Pont. HEX triplet: 51, 5C and 46. RGB value is (81,92,70). Sum of RGB (Red+Green+Blue) = 81+92+70=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #515C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C46 is #AEA3B9. Grayscale: #565656. Windows color (decimal): -11445178 or 4611153. OLE color: 4611153.
HSL color Cylindrical-coordinate representation of color #515C46: hue angle of 90º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515C46 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 70 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.64 |
| HSL | 90º | 0.14% | 0.32% | - |
| HSV(B) | 90º | 0.24% | 0.36% | - |
| XYZ | 8.33 | 9.85 | 7.26 | - |
| YUV | 86.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 70 | 0.12 | 0 | 0.24 | 0.64 | 90 | 0.14 | 0.32 |
| Hex | 51 | 5C | 46 | C | 0 | 18 | 40 | 5A | E | 20 |
| Octal | 121 | 134 | 106 | 14 | 0 | 30 | 100 | 132 | 16 | 40 |
| Binary | 1010001 | 1011100 | 1000110 | 1100 | 0 | 11000 | 1000000 | 1011010 | 1110 | 100000 |
Color Harmonies of #515C46
Complementary color
Monochromatic Colors of #515C46
Black with #515C46
Text Example
Text Example
White with #515C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C46; }
p { color: rgb(81,92,70); }
H1.HeaderClassName
{
color: #515C46;
}
.AnyTagClassName
{
color: #515C46;
}
</style>
background-color css
<style>
a { background-color: #515C46; }
a { background-color: rgb(81,92,70); }
div.DivClassName
{
background-color: #515C46;
}
.BgClassName
{
background-color: #515C46;
}
</style>
border-color css
<style>
span { border-color: #515C46; }
span { border-color: rgb(81,92,70); }
td.TdClassName
{
border-color: #515C46;
}
.TagClassName
{
border-color: #515C46;
}
</style>