Shades of Cabbage Pont #495541
Tints of Cabbage Pont #495541
RGB
CMYK
RGB Variations
Color information
#495541 (or 0x495541) is known color: Cabbage Pont. HEX triplet: 49, 55 and 41. RGB value is (73,85,65). Sum of RGB (Red+Green+Blue) = 73+85+65=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #495541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495541 is #B6AABE. Grayscale: #4F4F4F. Windows color (decimal): -11971263 or 4281673. OLE color: 4281673.
HSL color Cylindrical-coordinate representation of color #495541: hue angle of 96º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495541 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 65 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.67 |
| HSL | 96º | 0.13% | 0.29% | - |
| HSV(B) | 96º | 0.24% | 0.33% | - |
| XYZ | 6.95 | 8.3 | 6.24 | - |
| YUV | 79.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 65 | 0.14 | 0 | 0.24 | 0.67 | 96 | 0.13 | 0.29 |
| Hex | 49 | 55 | 41 | E | 0 | 18 | 43 | 60 | D | 1D |
| Octal | 111 | 125 | 101 | 16 | 0 | 30 | 103 | 140 | 15 | 35 |
| Binary | 1001001 | 1010101 | 1000001 | 1110 | 0 | 11000 | 1000011 | 1100000 | 1101 | 11101 |
Color Harmonies of #495541
Complementary color
Monochromatic Colors of #495541
Black with #495541
Text Example
Text Example
White with #495541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495541; }
p { color: rgb(73,85,65); }
H1.HeaderClassName
{
color: #495541;
}
.AnyTagClassName
{
color: #495541;
}
</style>
background-color css
<style>
a { background-color: #495541; }
a { background-color: rgb(73,85,65); }
div.DivClassName
{
background-color: #495541;
}
.BgClassName
{
background-color: #495541;
}
</style>
border-color css
<style>
span { border-color: #495541; }
span { border-color: rgb(73,85,65); }
td.TdClassName
{
border-color: #495541;
}
.TagClassName
{
border-color: #495541;
}
</style>