Shades of Cabbage Pont #495A39
Tints of Cabbage Pont #495A39
RGB
CMYK
RGB Variations
Color information
#495A39 (or 0x495A39) is known color: Cabbage Pont. HEX triplet: 49, 5A and 39. RGB value is (73,90,57). Sum of RGB (Red+Green+Blue) = 73+90+57=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #495A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A39 is #B6A5C6. Grayscale: #515151. Windows color (decimal): -11969991 or 3758665. OLE color: 3758665.
HSL color Cylindrical-coordinate representation of color #495A39: hue angle of 90.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495A39 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 57 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.65 |
| HSL | 90.91º | 0.22% | 0.29% | - |
| HSV(B) | 90.91º | 0.37% | 0.35% | - |
| XYZ | 7.14 | 9.02 | 5.24 | - |
| YUV | 81.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 57 | 0.19 | 0 | 0.37 | 0.65 | 90.91 | 0.22 | 0.29 |
| Hex | 49 | 5A | 39 | 13 | 0 | 25 | 41 | 5B | 16 | 1D |
| Octal | 111 | 132 | 71 | 23 | 0 | 45 | 101 | 133 | 26 | 35 |
| Binary | 1001001 | 1011010 | 111001 | 10011 | 0 | 100101 | 1000001 | 1011011 | 10110 | 11101 |
Color Harmonies of #495A39
Complementary color
Monochromatic Colors of #495A39
Black with #495A39
Text Example
Text Example
White with #495A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A39; }
p { color: rgb(73,90,57); }
H1.HeaderClassName
{
color: #495A39;
}
.AnyTagClassName
{
color: #495A39;
}
</style>
background-color css
<style>
a { background-color: #495A39; }
a { background-color: rgb(73,90,57); }
div.DivClassName
{
background-color: #495A39;
}
.BgClassName
{
background-color: #495A39;
}
</style>
border-color css
<style>
span { border-color: #495A39; }
span { border-color: rgb(73,90,57); }
td.TdClassName
{
border-color: #495A39;
}
.TagClassName
{
border-color: #495A39;
}
</style>