Shades of Cabbage Pont #495443
Tints of Cabbage Pont #495443
RGB
CMYK
RGB Variations
Color information
#495443 (or 0x495443) is known color: Cabbage Pont. HEX triplet: 49, 54 and 43. RGB value is (73,84,67). Sum of RGB (Red+Green+Blue) = 73+84+67=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #495443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495443 is #B6ABBC. Grayscale: #4E4E4E. Windows color (decimal): -11971517 or 4412489. OLE color: 4412489.
HSL color Cylindrical-coordinate representation of color #495443: hue angle of 98.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495443 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 67 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.67 |
| HSL | 98.82º | 0.11% | 0.3% | - |
| HSV(B) | 98.82º | 0.2% | 0.33% | - |
| XYZ | 6.93 | 8.16 | 6.52 | - |
| YUV | 78.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 67 | 0.13 | 0 | 0.20 | 0.67 | 98.82 | 0.11 | 0.3 |
| Hex | 49 | 54 | 43 | D | 0 | 14 | 43 | 63 | B | 1E |
| Octal | 111 | 124 | 103 | 15 | 0 | 24 | 103 | 143 | 13 | 36 |
| Binary | 1001001 | 1010100 | 1000011 | 1101 | 0 | 10100 | 1000011 | 1100011 | 1011 | 11110 |
Color Harmonies of #495443
Complementary color
Monochromatic Colors of #495443
Black with #495443
Text Example
Text Example
White with #495443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495443; }
p { color: rgb(73,84,67); }
H1.HeaderClassName
{
color: #495443;
}
.AnyTagClassName
{
color: #495443;
}
</style>
background-color css
<style>
a { background-color: #495443; }
a { background-color: rgb(73,84,67); }
div.DivClassName
{
background-color: #495443;
}
.BgClassName
{
background-color: #495443;
}
</style>
border-color css
<style>
span { border-color: #495443; }
span { border-color: rgb(73,84,67); }
td.TdClassName
{
border-color: #495443;
}
.TagClassName
{
border-color: #495443;
}
</style>