Shades of Cabbage Pont #49563D
Tints of Cabbage Pont #49563D
RGB
CMYK
RGB Variations
Color information
#49563D (or 0x49563D) is known color: Cabbage Pont. HEX triplet: 49, 56 and 3D. RGB value is (73,86,61). Sum of RGB (Red+Green+Blue) = 73+86+61=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #49563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563D is #B6A9C2. Grayscale: #4F4F4F. Windows color (decimal): -11971011 or 4019785. OLE color: 4019785.
HSL color Cylindrical-coordinate representation of color #49563D: hue angle of 91.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49563D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 61 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.66 |
| HSL | 91.2º | 0.17% | 0.29% | - |
| HSV(B) | 91.2º | 0.29% | 0.34% | - |
| XYZ | 6.92 | 8.41 | 5.67 | - |
| YUV | 79.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 61 | 0.15 | 0 | 0.29 | 0.66 | 91.2 | 0.17 | 0.29 |
| Hex | 49 | 56 | 3D | F | 0 | 1D | 42 | 5B | 11 | 1D |
| Octal | 111 | 126 | 75 | 17 | 0 | 35 | 102 | 133 | 21 | 35 |
| Binary | 1001001 | 1010110 | 111101 | 1111 | 0 | 11101 | 1000010 | 1011011 | 10001 | 11101 |
Color Harmonies of #49563D
Complementary color
Monochromatic Colors of #49563D
Black with #49563D
Text Example
Text Example
White with #49563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49563D; }
p { color: rgb(73,86,61); }
H1.HeaderClassName
{
color: #49563D;
}
.AnyTagClassName
{
color: #49563D;
}
</style>
background-color css
<style>
a { background-color: #49563D; }
a { background-color: rgb(73,86,61); }
div.DivClassName
{
background-color: #49563D;
}
.BgClassName
{
background-color: #49563D;
}
</style>
border-color css
<style>
span { border-color: #49563D; }
span { border-color: rgb(73,86,61); }
td.TdClassName
{
border-color: #49563D;
}
.TagClassName
{
border-color: #49563D;
}
</style>