Shades of Cabbage Pont #495B3D
Tints of Cabbage Pont #495B3D
RGB
CMYK
RGB Variations
Color information
#495B3D (or 0x495B3D) is known color: Cabbage Pont. HEX triplet: 49, 5B and 3D. RGB value is (73,91,61). Sum of RGB (Red+Green+Blue) = 73+91+61=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #495B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B3D is #B6A4C2. Grayscale: #525252. Windows color (decimal): -11969731 or 4021065. OLE color: 4021065.
HSL color Cylindrical-coordinate representation of color #495B3D: hue angle of 96º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495B3D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 61 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.64 |
| HSL | 96º | 0.2% | 0.3% | - |
| HSV(B) | 96º | 0.33% | 0.36% | - |
| XYZ | 7.33 | 9.24 | 5.81 | - |
| YUV | 82.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 61 | 0.20 | 0 | 0.33 | 0.64 | 96 | 0.2 | 0.3 |
| Hex | 49 | 5B | 3D | 14 | 0 | 21 | 40 | 60 | 14 | 1E |
| Octal | 111 | 133 | 75 | 24 | 0 | 41 | 100 | 140 | 24 | 36 |
| Binary | 1001001 | 1011011 | 111101 | 10100 | 0 | 100001 | 1000000 | 1100000 | 10100 | 11110 |
Color Harmonies of #495B3D
Complementary color
Monochromatic Colors of #495B3D
Black with #495B3D
Text Example
Text Example
White with #495B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B3D; }
p { color: rgb(73,91,61); }
H1.HeaderClassName
{
color: #495B3D;
}
.AnyTagClassName
{
color: #495B3D;
}
</style>
background-color css
<style>
a { background-color: #495B3D; }
a { background-color: rgb(73,91,61); }
div.DivClassName
{
background-color: #495B3D;
}
.BgClassName
{
background-color: #495B3D;
}
</style>
border-color css
<style>
span { border-color: #495B3D; }
span { border-color: rgb(73,91,61); }
td.TdClassName
{
border-color: #495B3D;
}
.TagClassName
{
border-color: #495B3D;
}
</style>