Shades of Cabbage Pont #495140
Tints of Cabbage Pont #495140
RGB
CMYK
RGB Variations
Color information
#495140 (or 0x495140) is known color: Cabbage Pont. HEX triplet: 49, 51 and 40. RGB value is (73,81,64). Sum of RGB (Red+Green+Blue) = 73+81+64=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #495140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495140 is #B6AEBF. Grayscale: #4C4C4C. Windows color (decimal): -11972288 or 4215113. OLE color: 4215113.
HSL color Cylindrical-coordinate representation of color #495140: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495140 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 64 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.68 |
| HSL | 88.24º | 0.12% | 0.28% | - |
| HSV(B) | 88.24º | 0.21% | 0.32% | - |
| XYZ | 6.62 | 7.67 | 5.98 | - |
| YUV | 76.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 64 | 0.10 | 0 | 0.21 | 0.68 | 88.24 | 0.12 | 0.28 |
| Hex | 49 | 51 | 40 | A | 0 | 15 | 44 | 58 | C | 1C |
| Octal | 111 | 121 | 100 | 12 | 0 | 25 | 104 | 130 | 14 | 34 |
| Binary | 1001001 | 1010001 | 1000000 | 1010 | 0 | 10101 | 1000100 | 1011000 | 1100 | 11100 |
Color Harmonies of #495140
Complementary color
Monochromatic Colors of #495140
Black with #495140
Text Example
Text Example
White with #495140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495140; }
p { color: rgb(73,81,64); }
H1.HeaderClassName
{
color: #495140;
}
.AnyTagClassName
{
color: #495140;
}
</style>
background-color css
<style>
a { background-color: #495140; }
a { background-color: rgb(73,81,64); }
div.DivClassName
{
background-color: #495140;
}
.BgClassName
{
background-color: #495140;
}
</style>
border-color css
<style>
span { border-color: #495140; }
span { border-color: rgb(73,81,64); }
td.TdClassName
{
border-color: #495140;
}
.TagClassName
{
border-color: #495140;
}
</style>