Shades of Cabbage Pont #495B3F
Tints of Cabbage Pont #495B3F
RGB
CMYK
RGB Variations
Color information
#495B3F (or 0x495B3F) is known color: Cabbage Pont. HEX triplet: 49, 5B and 3F. RGB value is (73,91,63). Sum of RGB (Red+Green+Blue) = 73+91+63=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #495B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B3F is #B6A4C0. Grayscale: #525252. Windows color (decimal): -11969729 or 4152137. OLE color: 4152137.
HSL color Cylindrical-coordinate representation of color #495B3F: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495B3F is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 63 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.64 |
| HSL | 98.57º | 0.18% | 0.3% | - |
| HSV(B) | 98.57º | 0.31% | 0.36% | - |
| XYZ | 7.39 | 9.26 | 6.1 | - |
| YUV | 82.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 63 | 0.20 | 0 | 0.31 | 0.64 | 98.57 | 0.18 | 0.3 |
| Hex | 49 | 5B | 3F | 14 | 0 | 1F | 40 | 63 | 12 | 1E |
| Octal | 111 | 133 | 77 | 24 | 0 | 37 | 100 | 143 | 22 | 36 |
| Binary | 1001001 | 1011011 | 111111 | 10100 | 0 | 11111 | 1000000 | 1100011 | 10010 | 11110 |
Color Harmonies of #495B3F
Complementary color
Monochromatic Colors of #495B3F
Black with #495B3F
Text Example
Text Example
White with #495B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B3F; }
p { color: rgb(73,91,63); }
H1.HeaderClassName
{
color: #495B3F;
}
.AnyTagClassName
{
color: #495B3F;
}
</style>
background-color css
<style>
a { background-color: #495B3F; }
a { background-color: rgb(73,91,63); }
div.DivClassName
{
background-color: #495B3F;
}
.BgClassName
{
background-color: #495B3F;
}
</style>
border-color css
<style>
span { border-color: #495B3F; }
span { border-color: rgb(73,91,63); }
td.TdClassName
{
border-color: #495B3F;
}
.TagClassName
{
border-color: #495B3F;
}
</style>