Shades of Cabbage Pont #445139
Tints of Cabbage Pont #445139
RGB
CMYK
RGB Variations
Color information
#445139 (or 0x445139) is known color: Cabbage Pont. HEX triplet: 44, 51 and 39. RGB value is (68,81,57). Sum of RGB (Red+Green+Blue) = 68+81+57=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #445139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445139 is #BBAEC6. Grayscale: #4A4A4A. Windows color (decimal): -12299975 or 3756356. OLE color: 3756356.
HSL color Cylindrical-coordinate representation of color #445139: hue angle of 92.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445139 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 57 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.68 |
| HSL | 92.5º | 0.17% | 0.27% | - |
| HSV(B) | 92.5º | 0.3% | 0.32% | - |
| XYZ | 6.06 | 7.41 | 4.98 | - |
| YUV | 74.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 57 | 0.16 | 0 | 0.30 | 0.68 | 92.5 | 0.17 | 0.27 |
| Hex | 44 | 51 | 39 | 10 | 0 | 1E | 44 | 5C | 11 | 1B |
| Octal | 104 | 121 | 71 | 20 | 0 | 36 | 104 | 134 | 21 | 33 |
| Binary | 1000100 | 1010001 | 111001 | 10000 | 0 | 11110 | 1000100 | 1011100 | 10001 | 11011 |
Color Harmonies of #445139
Complementary color
Monochromatic Colors of #445139
Black with #445139
Text Example
Text Example
White with #445139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445139; }
p { color: rgb(68,81,57); }
H1.HeaderClassName
{
color: #445139;
}
.AnyTagClassName
{
color: #445139;
}
</style>
background-color css
<style>
a { background-color: #445139; }
a { background-color: rgb(68,81,57); }
div.DivClassName
{
background-color: #445139;
}
.BgClassName
{
background-color: #445139;
}
</style>
border-color css
<style>
span { border-color: #445139; }
span { border-color: rgb(68,81,57); }
td.TdClassName
{
border-color: #445139;
}
.TagClassName
{
border-color: #445139;
}
</style>