Shades of Cabbage Pont #495244
Tints of Cabbage Pont #495244
RGB
CMYK
RGB Variations
Color information
#495244 (or 0x495244) is known color: Cabbage Pont. HEX triplet: 49, 52 and 44. RGB value is (73,82,68). Sum of RGB (Red+Green+Blue) = 73+82+68=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #495244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495244 is #B6ADBB. Grayscale: #4D4D4D. Windows color (decimal): -11972028 or 4477513. OLE color: 4477513.
HSL color Cylindrical-coordinate representation of color #495244: hue angle of 98.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495244 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 68 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.68 |
| HSL | 98.57º | 0.09% | 0.29% | - |
| HSV(B) | 98.57º | 0.17% | 0.32% | - |
| XYZ | 6.81 | 7.87 | 6.63 | - |
| YUV | 77.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 68 | 0.11 | 0 | 0.17 | 0.68 | 98.57 | 0.09 | 0.29 |
| Hex | 49 | 52 | 44 | B | 0 | 11 | 44 | 63 | 9 | 1D |
| Octal | 111 | 122 | 104 | 13 | 0 | 21 | 104 | 143 | 11 | 35 |
| Binary | 1001001 | 1010010 | 1000100 | 1011 | 0 | 10001 | 1000100 | 1100011 | 1001 | 11101 |
Color Harmonies of #495244
Complementary color
Monochromatic Colors of #495244
Black with #495244
Text Example
Text Example
White with #495244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495244; }
p { color: rgb(73,82,68); }
H1.HeaderClassName
{
color: #495244;
}
.AnyTagClassName
{
color: #495244;
}
</style>
background-color css
<style>
a { background-color: #495244; }
a { background-color: rgb(73,82,68); }
div.DivClassName
{
background-color: #495244;
}
.BgClassName
{
background-color: #495244;
}
</style>
border-color css
<style>
span { border-color: #495244; }
span { border-color: rgb(73,82,68); }
td.TdClassName
{
border-color: #495244;
}
.TagClassName
{
border-color: #495244;
}
</style>