Shades of Cabbage Pont #495142
Tints of Cabbage Pont #495142
RGB
CMYK
RGB Variations
Color information
#495142 (or 0x495142) is known color: Cabbage Pont. HEX triplet: 49, 51 and 42. RGB value is (73,81,66). Sum of RGB (Red+Green+Blue) = 73+81+66=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #495142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495142 is #B6AEBD. Grayscale: #4C4C4C. Windows color (decimal): -11972286 or 4346185. OLE color: 4346185.
HSL color Cylindrical-coordinate representation of color #495142: hue angle of 92º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495142 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 66 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.68 |
| HSL | 92º | 0.1% | 0.29% | - |
| HSV(B) | 92º | 0.19% | 0.32% | - |
| XYZ | 6.67 | 7.69 | 6.29 | - |
| YUV | 76.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 66 | 0.10 | 0 | 0.19 | 0.68 | 92 | 0.1 | 0.29 |
| Hex | 49 | 51 | 42 | A | 0 | 13 | 44 | 5C | A | 1D |
| Octal | 111 | 121 | 102 | 12 | 0 | 23 | 104 | 134 | 12 | 35 |
| Binary | 1001001 | 1010001 | 1000010 | 1010 | 0 | 10011 | 1000100 | 1011100 | 1010 | 11101 |
Color Harmonies of #495142
Complementary color
Monochromatic Colors of #495142
Black with #495142
Text Example
Text Example
White with #495142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495142; }
p { color: rgb(73,81,66); }
H1.HeaderClassName
{
color: #495142;
}
.AnyTagClassName
{
color: #495142;
}
</style>
background-color css
<style>
a { background-color: #495142; }
a { background-color: rgb(73,81,66); }
div.DivClassName
{
background-color: #495142;
}
.BgClassName
{
background-color: #495142;
}
</style>
border-color css
<style>
span { border-color: #495142; }
span { border-color: rgb(73,81,66); }
td.TdClassName
{
border-color: #495142;
}
.TagClassName
{
border-color: #495142;
}
</style>