Shades of Cabbage Pont #495144
Tints of Cabbage Pont #495144
RGB
CMYK
RGB Variations
Color information
#495144 (or 0x495144) is known color: Cabbage Pont. HEX triplet: 49, 51 and 44. RGB value is (73,81,68). Sum of RGB (Red+Green+Blue) = 73+81+68=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #495144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495144 is #B6AEBB. Grayscale: #4D4D4D. Windows color (decimal): -11972284 or 4477257. OLE color: 4477257.
HSL color Cylindrical-coordinate representation of color #495144: hue angle of 96.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495144 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 68 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.68 |
| HSL | 96.92º | 0.09% | 0.29% | - |
| HSV(B) | 96.92º | 0.16% | 0.32% | - |
| XYZ | 6.73 | 7.72 | 6.6 | - |
| YUV | 77.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 68 | 0.10 | 0 | 0.16 | 0.68 | 96.92 | 0.09 | 0.29 |
| Hex | 49 | 51 | 44 | A | 0 | 10 | 44 | 61 | 9 | 1D |
| Octal | 111 | 121 | 104 | 12 | 0 | 20 | 104 | 141 | 11 | 35 |
| Binary | 1001001 | 1010001 | 1000100 | 1010 | 0 | 10000 | 1000100 | 1100001 | 1001 | 11101 |
Color Harmonies of #495144
Complementary color
Monochromatic Colors of #495144
Black with #495144
Text Example
Text Example
White with #495144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495144; }
p { color: rgb(73,81,68); }
H1.HeaderClassName
{
color: #495144;
}
.AnyTagClassName
{
color: #495144;
}
</style>
background-color css
<style>
a { background-color: #495144; }
a { background-color: rgb(73,81,68); }
div.DivClassName
{
background-color: #495144;
}
.BgClassName
{
background-color: #495144;
}
</style>
border-color css
<style>
span { border-color: #495144; }
span { border-color: rgb(73,81,68); }
td.TdClassName
{
border-color: #495144;
}
.TagClassName
{
border-color: #495144;
}
</style>