Shades of Cabbage Pont #444E40
Tints of Cabbage Pont #444E40
RGB
CMYK
RGB Variations
Color information
#444E40 (or 0x444E40) is known color: Cabbage Pont. HEX triplet: 44, 4E and 40. RGB value is (68,78,64). Sum of RGB (Red+Green+Blue) = 68+78+64=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #444E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E40 is #BBB1BF. Grayscale: #494949. Windows color (decimal): -12300736 or 4214340. OLE color: 4214340.
HSL color Cylindrical-coordinate representation of color #444E40: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444E40 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 64 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.69 |
| HSL | 102.86º | 0.1% | 0.28% | - |
| HSV(B) | 102.86º | 0.18% | 0.31% | - |
| XYZ | 6.03 | 7.05 | 5.89 | - |
| YUV | 73.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 64 | 0.13 | 0 | 0.18 | 0.69 | 102.86 | 0.1 | 0.28 |
| Hex | 44 | 4E | 40 | D | 0 | 12 | 45 | 67 | A | 1C |
| Octal | 104 | 116 | 100 | 15 | 0 | 22 | 105 | 147 | 12 | 34 |
| Binary | 1000100 | 1001110 | 1000000 | 1101 | 0 | 10010 | 1000101 | 1100111 | 1010 | 11100 |
Color Harmonies of #444E40
Complementary color
Monochromatic Colors of #444E40
Black with #444E40
Text Example
Text Example
White with #444E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E40; }
p { color: rgb(68,78,64); }
H1.HeaderClassName
{
color: #444E40;
}
.AnyTagClassName
{
color: #444E40;
}
</style>
background-color css
<style>
a { background-color: #444E40; }
a { background-color: rgb(68,78,64); }
div.DivClassName
{
background-color: #444E40;
}
.BgClassName
{
background-color: #444E40;
}
</style>
border-color css
<style>
span { border-color: #444E40; }
span { border-color: rgb(68,78,64); }
td.TdClassName
{
border-color: #444E40;
}
.TagClassName
{
border-color: #444E40;
}
</style>