Shades of Cabbage Pont #495340
Tints of Cabbage Pont #495340
RGB
CMYK
RGB Variations
Color information
#495340 (or 0x495340) is known color: Cabbage Pont. HEX triplet: 49, 53 and 40. RGB value is (73,83,64). Sum of RGB (Red+Green+Blue) = 73+83+64=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #495340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495340 is #B6ACBF. Grayscale: #4D4D4D. Windows color (decimal): -11971776 or 4215625. OLE color: 4215625.
HSL color Cylindrical-coordinate representation of color #495340: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495340 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 64 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.67 |
| HSL | 91.58º | 0.13% | 0.29% | - |
| HSV(B) | 91.58º | 0.23% | 0.33% | - |
| XYZ | 6.77 | 7.97 | 6.03 | - |
| YUV | 77.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 64 | 0.12 | 0 | 0.23 | 0.67 | 91.58 | 0.13 | 0.29 |
| Hex | 49 | 53 | 40 | C | 0 | 17 | 43 | 5C | D | 1D |
| Octal | 111 | 123 | 100 | 14 | 0 | 27 | 103 | 134 | 15 | 35 |
| Binary | 1001001 | 1010011 | 1000000 | 1100 | 0 | 10111 | 1000011 | 1011100 | 1101 | 11101 |
Color Harmonies of #495340
Complementary color
Monochromatic Colors of #495340
Black with #495340
Text Example
Text Example
White with #495340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495340; }
p { color: rgb(73,83,64); }
H1.HeaderClassName
{
color: #495340;
}
.AnyTagClassName
{
color: #495340;
}
</style>
background-color css
<style>
a { background-color: #495340; }
a { background-color: rgb(73,83,64); }
div.DivClassName
{
background-color: #495340;
}
.BgClassName
{
background-color: #495340;
}
</style>
border-color css
<style>
span { border-color: #495340; }
span { border-color: rgb(73,83,64); }
td.TdClassName
{
border-color: #495340;
}
.TagClassName
{
border-color: #495340;
}
</style>