Shades of Cabbage Pont #495D3E
Tints of Cabbage Pont #495D3E
RGB
CMYK
RGB Variations
Color information
#495D3E (or 0x495D3E) is known color: Cabbage Pont. HEX triplet: 49, 5D and 3E. RGB value is (73,93,62). Sum of RGB (Red+Green+Blue) = 73+93+62=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #495D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D3E is #B6A2C1. Grayscale: #535353. Windows color (decimal): -11969218 or 4087113. OLE color: 4087113.
HSL color Cylindrical-coordinate representation of color #495D3E: hue angle of 98.71º 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 #495D3E is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 62 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.64 |
| HSL | 98.71º | 0.2% | 0.3% | - |
| HSV(B) | 98.71º | 0.33% | 0.36% | - |
| XYZ | 7.53 | 9.59 | 6.01 | - |
| YUV | 83.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 62 | 0.22 | 0 | 0.33 | 0.64 | 98.71 | 0.2 | 0.3 |
| Hex | 49 | 5D | 3E | 16 | 0 | 21 | 40 | 63 | 14 | 1E |
| Octal | 111 | 135 | 76 | 26 | 0 | 41 | 100 | 143 | 24 | 36 |
| Binary | 1001001 | 1011101 | 111110 | 10110 | 0 | 100001 | 1000000 | 1100011 | 10100 | 11110 |
Color Harmonies of #495D3E
Complementary color
Monochromatic Colors of #495D3E
Black with #495D3E
Text Example
Text Example
White with #495D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D3E; }
p { color: rgb(73,93,62); }
H1.HeaderClassName
{
color: #495D3E;
}
.AnyTagClassName
{
color: #495D3E;
}
</style>
background-color css
<style>
a { background-color: #495D3E; }
a { background-color: rgb(73,93,62); }
div.DivClassName
{
background-color: #495D3E;
}
.BgClassName
{
background-color: #495D3E;
}
</style>
border-color css
<style>
span { border-color: #495D3E; }
span { border-color: rgb(73,93,62); }
td.TdClassName
{
border-color: #495D3E;
}
.TagClassName
{
border-color: #495D3E;
}
</style>