Shades of Cabbage Pont #44543D
Tints of Cabbage Pont #44543D
RGB
CMYK
RGB Variations
Color information
#44543D (or 0x44543D) is known color: Cabbage Pont. HEX triplet: 44, 54 and 3D. RGB value is (68,84,61). Sum of RGB (Red+Green+Blue) = 68+84+61=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #44543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44543D is #BBABC2. Grayscale: #4C4C4C. Windows color (decimal): -12299203 or 4019268. OLE color: 4019268.
HSL color Cylindrical-coordinate representation of color #44543D: hue angle of 101.74º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44543D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 61 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.67 |
| HSL | 101.74º | 0.16% | 0.28% | - |
| HSV(B) | 101.74º | 0.27% | 0.33% | - |
| XYZ | 6.4 | 7.91 | 5.6 | - |
| YUV | 76.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 61 | 0.19 | 0 | 0.27 | 0.67 | 101.74 | 0.16 | 0.28 |
| Hex | 44 | 54 | 3D | 13 | 0 | 1B | 43 | 66 | 10 | 1C |
| Octal | 104 | 124 | 75 | 23 | 0 | 33 | 103 | 146 | 20 | 34 |
| Binary | 1000100 | 1010100 | 111101 | 10011 | 0 | 11011 | 1000011 | 1100110 | 10000 | 11100 |
Color Harmonies of #44543D
Complementary color
Monochromatic Colors of #44543D
Black with #44543D
Text Example
Text Example
White with #44543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44543D; }
p { color: rgb(68,84,61); }
H1.HeaderClassName
{
color: #44543D;
}
.AnyTagClassName
{
color: #44543D;
}
</style>
background-color css
<style>
a { background-color: #44543D; }
a { background-color: rgb(68,84,61); }
div.DivClassName
{
background-color: #44543D;
}
.BgClassName
{
background-color: #44543D;
}
</style>
border-color css
<style>
span { border-color: #44543D; }
span { border-color: rgb(68,84,61); }
td.TdClassName
{
border-color: #44543D;
}
.TagClassName
{
border-color: #44543D;
}
</style>