Shades of Cabbage Pont #495C3E
Tints of Cabbage Pont #495C3E
RGB
CMYK
RGB Variations
Color information
#495C3E (or 0x495C3E) is known color: Cabbage Pont. HEX triplet: 49, 5C and 3E. RGB value is (73,92,62). Sum of RGB (Red+Green+Blue) = 73+92+62=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #495C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C3E is #B6A3C1. Grayscale: #535353. Windows color (decimal): -11969474 or 4086857. OLE color: 4086857.
HSL color Cylindrical-coordinate representation of color #495C3E: hue angle of 98º degrees, saturation: 0.19, 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 #495C3E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 62 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.64 |
| HSL | 98º | 0.19% | 0.3% | - |
| HSV(B) | 98º | 0.33% | 0.36% | - |
| XYZ | 7.44 | 9.42 | 5.98 | - |
| YUV | 82.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 62 | 0.21 | 0 | 0.33 | 0.64 | 98 | 0.19 | 0.3 |
| Hex | 49 | 5C | 3E | 15 | 0 | 21 | 40 | 62 | 13 | 1E |
| Octal | 111 | 134 | 76 | 25 | 0 | 41 | 100 | 142 | 23 | 36 |
| Binary | 1001001 | 1011100 | 111110 | 10101 | 0 | 100001 | 1000000 | 1100010 | 10011 | 11110 |
Color Harmonies of #495C3E
Complementary color
Monochromatic Colors of #495C3E
Black with #495C3E
Text Example
Text Example
White with #495C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C3E; }
p { color: rgb(73,92,62); }
H1.HeaderClassName
{
color: #495C3E;
}
.AnyTagClassName
{
color: #495C3E;
}
</style>
background-color css
<style>
a { background-color: #495C3E; }
a { background-color: rgb(73,92,62); }
div.DivClassName
{
background-color: #495C3E;
}
.BgClassName
{
background-color: #495C3E;
}
</style>
border-color css
<style>
span { border-color: #495C3E; }
span { border-color: rgb(73,92,62); }
td.TdClassName
{
border-color: #495C3E;
}
.TagClassName
{
border-color: #495C3E;
}
</style>