Shades of Cabbage Pont #495A3A
Tints of Cabbage Pont #495A3A
RGB
CMYK
RGB Variations
Color information
#495A3A (or 0x495A3A) is known color: Cabbage Pont. HEX triplet: 49, 5A and 3A. RGB value is (73,90,58). Sum of RGB (Red+Green+Blue) = 73+90+58=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #495A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A3A is #B6A5C5. Grayscale: #515151. Windows color (decimal): -11969990 or 3824201. OLE color: 3824201.
HSL color Cylindrical-coordinate representation of color #495A3A: hue angle of 91.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495A3A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 58 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.65 |
| HSL | 91.88º | 0.22% | 0.29% | - |
| HSV(B) | 91.88º | 0.36% | 0.35% | - |
| XYZ | 7.17 | 9.03 | 5.37 | - |
| YUV | 81.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 58 | 0.19 | 0 | 0.36 | 0.65 | 91.88 | 0.22 | 0.29 |
| Hex | 49 | 5A | 3A | 13 | 0 | 24 | 41 | 5C | 16 | 1D |
| Octal | 111 | 132 | 72 | 23 | 0 | 44 | 101 | 134 | 26 | 35 |
| Binary | 1001001 | 1011010 | 111010 | 10011 | 0 | 100100 | 1000001 | 1011100 | 10110 | 11101 |
Color Harmonies of #495A3A
Complementary color
Monochromatic Colors of #495A3A
Black with #495A3A
Text Example
Text Example
White with #495A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A3A; }
p { color: rgb(73,90,58); }
H1.HeaderClassName
{
color: #495A3A;
}
.AnyTagClassName
{
color: #495A3A;
}
</style>
background-color css
<style>
a { background-color: #495A3A; }
a { background-color: rgb(73,90,58); }
div.DivClassName
{
background-color: #495A3A;
}
.BgClassName
{
background-color: #495A3A;
}
</style>
border-color css
<style>
span { border-color: #495A3A; }
span { border-color: rgb(73,90,58); }
td.TdClassName
{
border-color: #495A3A;
}
.TagClassName
{
border-color: #495A3A;
}
</style>