Shades of Cabbage Pont #506241
Tints of Cabbage Pont #506241
RGB
CMYK
RGB Variations
Color information
#506241 (or 0x506241) is known color: Cabbage Pont. HEX triplet: 50, 62 and 41. RGB value is (80,98,65). Sum of RGB (Red+Green+Blue) = 80+98+65=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #506241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506241 is #AF9DBE. Grayscale: #585858. Windows color (decimal): -11509183 or 4285008. OLE color: 4285008.
HSL color Cylindrical-coordinate representation of color #506241: hue angle of 92.73º 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 #506241 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 65 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.62 |
| HSL | 92.73º | 0.2% | 0.32% | - |
| HSV(B) | 92.73º | 0.34% | 0.38% | - |
| XYZ | 8.63 | 10.82 | 6.64 | - |
| YUV | 88.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 65 | 0.18 | 0 | 0.34 | 0.62 | 92.73 | 0.2 | 0.32 |
| Hex | 50 | 62 | 41 | 12 | 0 | 22 | 3E | 5D | 14 | 20 |
| Octal | 120 | 142 | 101 | 22 | 0 | 42 | 76 | 135 | 24 | 40 |
| Binary | 1010000 | 1100010 | 1000001 | 10010 | 0 | 100010 | 111110 | 1011101 | 10100 | 100000 |
Color Harmonies of #506241
Complementary color
Monochromatic Colors of #506241
Black with #506241
Text Example
Text Example
White with #506241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506241; }
p { color: rgb(80,98,65); }
H1.HeaderClassName
{
color: #506241;
}
.AnyTagClassName
{
color: #506241;
}
</style>
background-color css
<style>
a { background-color: #506241; }
a { background-color: rgb(80,98,65); }
div.DivClassName
{
background-color: #506241;
}
.BgClassName
{
background-color: #506241;
}
</style>
border-color css
<style>
span { border-color: #506241; }
span { border-color: rgb(80,98,65); }
td.TdClassName
{
border-color: #506241;
}
.TagClassName
{
border-color: #506241;
}
</style>