Shades of Cabbage Pont #495441
Tints of Cabbage Pont #495441
RGB
CMYK
RGB Variations
Color information
#495441 (or 0x495441) is known color: Cabbage Pont. HEX triplet: 49, 54 and 41. RGB value is (73,84,65). Sum of RGB (Red+Green+Blue) = 73+84+65=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #495441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495441 is #B6ABBE. Grayscale: #4E4E4E. Windows color (decimal): -11971519 or 4281417. OLE color: 4281417.
HSL color Cylindrical-coordinate representation of color #495441: hue angle of 94.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495441 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 65 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.67 |
| HSL | 94.74º | 0.13% | 0.29% | - |
| HSV(B) | 94.74º | 0.23% | 0.33% | - |
| XYZ | 6.87 | 8.14 | 6.21 | - |
| YUV | 78.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 65 | 0.13 | 0 | 0.23 | 0.67 | 94.74 | 0.13 | 0.29 |
| Hex | 49 | 54 | 41 | D | 0 | 17 | 43 | 5F | D | 1D |
| Octal | 111 | 124 | 101 | 15 | 0 | 27 | 103 | 137 | 15 | 35 |
| Binary | 1001001 | 1010100 | 1000001 | 1101 | 0 | 10111 | 1000011 | 1011111 | 1101 | 11101 |
Color Harmonies of #495441
Complementary color
Monochromatic Colors of #495441
Black with #495441
Text Example
Text Example
White with #495441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495441; }
p { color: rgb(73,84,65); }
H1.HeaderClassName
{
color: #495441;
}
.AnyTagClassName
{
color: #495441;
}
</style>
background-color css
<style>
a { background-color: #495441; }
a { background-color: rgb(73,84,65); }
div.DivClassName
{
background-color: #495441;
}
.BgClassName
{
background-color: #495441;
}
</style>
border-color css
<style>
span { border-color: #495441; }
span { border-color: rgb(73,84,65); }
td.TdClassName
{
border-color: #495441;
}
.TagClassName
{
border-color: #495441;
}
</style>