Shades of Cabbage Pont #444F40
Tints of Cabbage Pont #444F40
RGB
CMYK
RGB Variations
Color information
#444F40 (or 0x444F40) is known color: Cabbage Pont. HEX triplet: 44, 4F and 40. RGB value is (68,79,64). Sum of RGB (Red+Green+Blue) = 68+79+64=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #444F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F40 is #BBB0BF. Grayscale: #4A4A4A. Windows color (decimal): -12300480 or 4214596. OLE color: 4214596.
HSL color Cylindrical-coordinate representation of color #444F40: hue angle of 104º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #444F40 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 64 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.69 |
| HSL | 104º | 0.1% | 0.28% | - |
| HSV(B) | 104º | 0.19% | 0.31% | - |
| XYZ | 6.11 | 7.19 | 5.92 | - |
| YUV | 74 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 64 | 0.14 | 0 | 0.19 | 0.69 | 104 | 0.1 | 0.28 |
| Hex | 44 | 4F | 40 | E | 0 | 13 | 45 | 68 | A | 1C |
| Octal | 104 | 117 | 100 | 16 | 0 | 23 | 105 | 150 | 12 | 34 |
| Binary | 1000100 | 1001111 | 1000000 | 1110 | 0 | 10011 | 1000101 | 1101000 | 1010 | 11100 |
Color Harmonies of #444F40
Complementary color
Monochromatic Colors of #444F40
Black with #444F40
Text Example
Text Example
White with #444F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F40; }
p { color: rgb(68,79,64); }
H1.HeaderClassName
{
color: #444F40;
}
.AnyTagClassName
{
color: #444F40;
}
</style>
background-color css
<style>
a { background-color: #444F40; }
a { background-color: rgb(68,79,64); }
div.DivClassName
{
background-color: #444F40;
}
.BgClassName
{
background-color: #444F40;
}
</style>
border-color css
<style>
span { border-color: #444F40; }
span { border-color: rgb(68,79,64); }
td.TdClassName
{
border-color: #444F40;
}
.TagClassName
{
border-color: #444F40;
}
</style>