Shades of Cabbage Pont #495241
Tints of Cabbage Pont #495241
RGB
CMYK
RGB Variations
Color information
#495241 (or 0x495241) is known color: Cabbage Pont. HEX triplet: 49, 52 and 41. RGB value is (73,82,65). Sum of RGB (Red+Green+Blue) = 73+82+65=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #495241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495241 is #B6ADBE. Grayscale: #4D4D4D. Windows color (decimal): -11972031 or 4280905. OLE color: 4280905.
HSL color Cylindrical-coordinate representation of color #495241: hue angle of 91.76º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495241 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 65 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.68 |
| HSL | 91.76º | 0.12% | 0.29% | - |
| HSV(B) | 91.76º | 0.21% | 0.32% | - |
| XYZ | 6.72 | 7.83 | 6.16 | - |
| YUV | 77.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 65 | 0.11 | 0 | 0.21 | 0.68 | 91.76 | 0.12 | 0.29 |
| Hex | 49 | 52 | 41 | B | 0 | 15 | 44 | 5C | C | 1D |
| Octal | 111 | 122 | 101 | 13 | 0 | 25 | 104 | 134 | 14 | 35 |
| Binary | 1001001 | 1010010 | 1000001 | 1011 | 0 | 10101 | 1000100 | 1011100 | 1100 | 11101 |
Color Harmonies of #495241
Complementary color
Monochromatic Colors of #495241
Black with #495241
Text Example
Text Example
White with #495241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495241; }
p { color: rgb(73,82,65); }
H1.HeaderClassName
{
color: #495241;
}
.AnyTagClassName
{
color: #495241;
}
</style>
background-color css
<style>
a { background-color: #495241; }
a { background-color: rgb(73,82,65); }
div.DivClassName
{
background-color: #495241;
}
.BgClassName
{
background-color: #495241;
}
</style>
border-color css
<style>
span { border-color: #495241; }
span { border-color: rgb(73,82,65); }
td.TdClassName
{
border-color: #495241;
}
.TagClassName
{
border-color: #495241;
}
</style>