Shades of Cabbage Pont #495841
Tints of Cabbage Pont #495841
RGB
CMYK
RGB Variations
Color information
#495841 (or 0x495841) is known color: Cabbage Pont. HEX triplet: 49, 58 and 41. RGB value is (73,88,65). Sum of RGB (Red+Green+Blue) = 73+88+65=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #495841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495841 is #B6A7BE. Grayscale: #505050. Windows color (decimal): -11970495 or 4282441. OLE color: 4282441.
HSL color Cylindrical-coordinate representation of color #495841: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495841 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 65 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.65 |
| HSL | 99.13º | 0.15% | 0.3% | - |
| HSV(B) | 99.13º | 0.26% | 0.35% | - |
| XYZ | 7.19 | 8.78 | 6.32 | - |
| YUV | 80.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 65 | 0.17 | 0 | 0.26 | 0.65 | 99.13 | 0.15 | 0.3 |
| Hex | 49 | 58 | 41 | 11 | 0 | 1A | 41 | 63 | F | 1E |
| Octal | 111 | 130 | 101 | 21 | 0 | 32 | 101 | 143 | 17 | 36 |
| Binary | 1001001 | 1011000 | 1000001 | 10001 | 0 | 11010 | 1000001 | 1100011 | 1111 | 11110 |
Color Harmonies of #495841
Complementary color
Monochromatic Colors of #495841
Black with #495841
Text Example
Text Example
White with #495841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495841; }
p { color: rgb(73,88,65); }
H1.HeaderClassName
{
color: #495841;
}
.AnyTagClassName
{
color: #495841;
}
</style>
background-color css
<style>
a { background-color: #495841; }
a { background-color: rgb(73,88,65); }
div.DivClassName
{
background-color: #495841;
}
.BgClassName
{
background-color: #495841;
}
</style>
border-color css
<style>
span { border-color: #495841; }
span { border-color: rgb(73,88,65); }
td.TdClassName
{
border-color: #495841;
}
.TagClassName
{
border-color: #495841;
}
</style>