Shades of Cabbage Pont #495543
Tints of Cabbage Pont #495543
RGB
CMYK
RGB Variations
Color information
#495543 (or 0x495543) is known color: Cabbage Pont. HEX triplet: 49, 55 and 43. RGB value is (73,85,67). Sum of RGB (Red+Green+Blue) = 73+85+67=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #495543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495543 is #B6AABC. Grayscale: #4F4F4F. Windows color (decimal): -11971261 or 4412745. OLE color: 4412745.
HSL color Cylindrical-coordinate representation of color #495543: hue angle of 100º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495543 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 67 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.67 |
| HSL | 100º | 0.12% | 0.3% | - |
| HSV(B) | 100º | 0.21% | 0.33% | - |
| XYZ | 7.01 | 8.32 | 6.55 | - |
| YUV | 79.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 67 | 0.14 | 0 | 0.21 | 0.67 | 100 | 0.12 | 0.3 |
| Hex | 49 | 55 | 43 | E | 0 | 15 | 43 | 64 | C | 1E |
| Octal | 111 | 125 | 103 | 16 | 0 | 25 | 103 | 144 | 14 | 36 |
| Binary | 1001001 | 1010101 | 1000011 | 1110 | 0 | 10101 | 1000011 | 1100100 | 1100 | 11110 |
Color Harmonies of #495543
Complementary color
Monochromatic Colors of #495543
Black with #495543
Text Example
Text Example
White with #495543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495543; }
p { color: rgb(73,85,67); }
H1.HeaderClassName
{
color: #495543;
}
.AnyTagClassName
{
color: #495543;
}
</style>
background-color css
<style>
a { background-color: #495543; }
a { background-color: rgb(73,85,67); }
div.DivClassName
{
background-color: #495543;
}
.BgClassName
{
background-color: #495543;
}
</style>
border-color css
<style>
span { border-color: #495543; }
span { border-color: rgb(73,85,67); }
td.TdClassName
{
border-color: #495543;
}
.TagClassName
{
border-color: #495543;
}
</style>