Shades of Cabbage Pont #495A3C
Tints of Cabbage Pont #495A3C
RGB
CMYK
RGB Variations
Color information
#495A3C (or 0x495A3C) is known color: Cabbage Pont. HEX triplet: 49, 5A and 3C. RGB value is (73,90,60). Sum of RGB (Red+Green+Blue) = 73+90+60=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #495A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A3C is #B6A5C3. Grayscale: #515151. Windows color (decimal): -11969988 or 3955273. OLE color: 3955273.
HSL color Cylindrical-coordinate representation of color #495A3C: hue angle of 94º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495A3C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 60 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.65 |
| HSL | 94º | 0.2% | 0.29% | - |
| HSV(B) | 94º | 0.33% | 0.35% | - |
| XYZ | 7.22 | 9.06 | 5.64 | - |
| YUV | 81.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 60 | 0.19 | 0 | 0.33 | 0.65 | 94 | 0.2 | 0.29 |
| Hex | 49 | 5A | 3C | 13 | 0 | 21 | 41 | 5E | 14 | 1D |
| Octal | 111 | 132 | 74 | 23 | 0 | 41 | 101 | 136 | 24 | 35 |
| Binary | 1001001 | 1011010 | 111100 | 10011 | 0 | 100001 | 1000001 | 1011110 | 10100 | 11101 |
Color Harmonies of #495A3C
Complementary color
Monochromatic Colors of #495A3C
Black with #495A3C
Text Example
Text Example
White with #495A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A3C; }
p { color: rgb(73,90,60); }
H1.HeaderClassName
{
color: #495A3C;
}
.AnyTagClassName
{
color: #495A3C;
}
</style>
background-color css
<style>
a { background-color: #495A3C; }
a { background-color: rgb(73,90,60); }
div.DivClassName
{
background-color: #495A3C;
}
.BgClassName
{
background-color: #495A3C;
}
</style>
border-color css
<style>
span { border-color: #495A3C; }
span { border-color: rgb(73,90,60); }
td.TdClassName
{
border-color: #495A3C;
}
.TagClassName
{
border-color: #495A3C;
}
</style>