Shades of Cabbage Pont #495240
Tints of Cabbage Pont #495240
RGB
CMYK
RGB Variations
Color information
#495240 (or 0x495240) is known color: Cabbage Pont. HEX triplet: 49, 52 and 40. RGB value is (73,82,64). Sum of RGB (Red+Green+Blue) = 73+82+64=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #495240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495240 is #B6ADBF. Grayscale: #4D4D4D. Windows color (decimal): -11972032 or 4215369. OLE color: 4215369.
HSL color Cylindrical-coordinate representation of color #495240: hue angle of 90º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495240 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 64 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.68 |
| HSL | 90º | 0.12% | 0.29% | - |
| HSV(B) | 90º | 0.22% | 0.32% | - |
| XYZ | 6.69 | 7.82 | 6.01 | - |
| YUV | 77.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 64 | 0.11 | 0 | 0.22 | 0.68 | 90 | 0.12 | 0.29 |
| Hex | 49 | 52 | 40 | B | 0 | 16 | 44 | 5A | C | 1D |
| Octal | 111 | 122 | 100 | 13 | 0 | 26 | 104 | 132 | 14 | 35 |
| Binary | 1001001 | 1010010 | 1000000 | 1011 | 0 | 10110 | 1000100 | 1011010 | 1100 | 11101 |
Color Harmonies of #495240
Complementary color
Monochromatic Colors of #495240
Black with #495240
Text Example
Text Example
White with #495240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495240; }
p { color: rgb(73,82,64); }
H1.HeaderClassName
{
color: #495240;
}
.AnyTagClassName
{
color: #495240;
}
</style>
background-color css
<style>
a { background-color: #495240; }
a { background-color: rgb(73,82,64); }
div.DivClassName
{
background-color: #495240;
}
.BgClassName
{
background-color: #495240;
}
</style>
border-color css
<style>
span { border-color: #495240; }
span { border-color: rgb(73,82,64); }
td.TdClassName
{
border-color: #495240;
}
.TagClassName
{
border-color: #495240;
}
</style>