Shades of Cabbage Pont #495B40
Tints of Cabbage Pont #495B40
RGB
CMYK
RGB Variations
Color information
#495B40 (or 0x495B40) is known color: Cabbage Pont. HEX triplet: 49, 5B and 40. RGB value is (73,91,64). Sum of RGB (Red+Green+Blue) = 73+91+64=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #495B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B40 is #B6A4BF. Grayscale: #525252. Windows color (decimal): -11969728 or 4217673. OLE color: 4217673.
HSL color Cylindrical-coordinate representation of color #495B40: hue angle of 100º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495B40 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 64 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.64 |
| HSL | 100º | 0.17% | 0.3% | - |
| HSV(B) | 100º | 0.3% | 0.36% | - |
| XYZ | 7.41 | 9.27 | 6.25 | - |
| YUV | 82.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 64 | 0.20 | 0 | 0.30 | 0.64 | 100 | 0.17 | 0.3 |
| Hex | 49 | 5B | 40 | 14 | 0 | 1E | 40 | 64 | 11 | 1E |
| Octal | 111 | 133 | 100 | 24 | 0 | 36 | 100 | 144 | 21 | 36 |
| Binary | 1001001 | 1011011 | 1000000 | 10100 | 0 | 11110 | 1000000 | 1100100 | 10001 | 11110 |
Color Harmonies of #495B40
Complementary color
Monochromatic Colors of #495B40
Black with #495B40
Text Example
Text Example
White with #495B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B40; }
p { color: rgb(73,91,64); }
H1.HeaderClassName
{
color: #495B40;
}
.AnyTagClassName
{
color: #495B40;
}
</style>
background-color css
<style>
a { background-color: #495B40; }
a { background-color: rgb(73,91,64); }
div.DivClassName
{
background-color: #495B40;
}
.BgClassName
{
background-color: #495B40;
}
</style>
border-color css
<style>
span { border-color: #495B40; }
span { border-color: rgb(73,91,64); }
td.TdClassName
{
border-color: #495B40;
}
.TagClassName
{
border-color: #495B40;
}
</style>