Shades of Cabbage Pont #495540
Tints of Cabbage Pont #495540
RGB
CMYK
RGB Variations
Color information
#495540 (or 0x495540) is known color: Cabbage Pont. HEX triplet: 49, 55 and 40. RGB value is (73,85,64). Sum of RGB (Red+Green+Blue) = 73+85+64=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #495540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495540 is #B6AABF. Grayscale: #4F4F4F. Windows color (decimal): -11971264 or 4216137. OLE color: 4216137.
HSL color Cylindrical-coordinate representation of color #495540: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495540 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 64 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.67 |
| HSL | 94.29º | 0.14% | 0.29% | - |
| HSV(B) | 94.29º | 0.25% | 0.33% | - |
| XYZ | 6.92 | 8.28 | 6.08 | - |
| YUV | 79.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 64 | 0.14 | 0 | 0.25 | 0.67 | 94.29 | 0.14 | 0.29 |
| Hex | 49 | 55 | 40 | E | 0 | 19 | 43 | 5E | E | 1D |
| Octal | 111 | 125 | 100 | 16 | 0 | 31 | 103 | 136 | 16 | 35 |
| Binary | 1001001 | 1010101 | 1000000 | 1110 | 0 | 11001 | 1000011 | 1011110 | 1110 | 11101 |
Color Harmonies of #495540
Complementary color
Monochromatic Colors of #495540
Black with #495540
Text Example
Text Example
White with #495540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495540; }
p { color: rgb(73,85,64); }
H1.HeaderClassName
{
color: #495540;
}
.AnyTagClassName
{
color: #495540;
}
</style>
background-color css
<style>
a { background-color: #495540; }
a { background-color: rgb(73,85,64); }
div.DivClassName
{
background-color: #495540;
}
.BgClassName
{
background-color: #495540;
}
</style>
border-color css
<style>
span { border-color: #495540; }
span { border-color: rgb(73,85,64); }
td.TdClassName
{
border-color: #495540;
}
.TagClassName
{
border-color: #495540;
}
</style>