Shades of Cabbage Pont #445239
Tints of Cabbage Pont #445239
RGB
CMYK
RGB Variations
Color information
#445239 (or 0x445239) is known color: Cabbage Pont. HEX triplet: 44, 52 and 39. RGB value is (68,82,57). Sum of RGB (Red+Green+Blue) = 68+82+57=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #445239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445239 is #BBADC6. Grayscale: #4B4B4B. Windows color (decimal): -12299719 or 3756612. OLE color: 3756612.
HSL color Cylindrical-coordinate representation of color #445239: hue angle of 93.6º degrees, saturation: 0.18, 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 #445239 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 57 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.68 |
| HSL | 93.6º | 0.18% | 0.27% | - |
| HSV(B) | 93.6º | 0.3% | 0.32% | - |
| XYZ | 6.14 | 7.56 | 5.01 | - |
| YUV | 74.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 57 | 0.17 | 0 | 0.30 | 0.68 | 93.6 | 0.18 | 0.27 |
| Hex | 44 | 52 | 39 | 11 | 0 | 1E | 44 | 5E | 12 | 1B |
| Octal | 104 | 122 | 71 | 21 | 0 | 36 | 104 | 136 | 22 | 33 |
| Binary | 1000100 | 1010010 | 111001 | 10001 | 0 | 11110 | 1000100 | 1011110 | 10010 | 11011 |
Color Harmonies of #445239
Complementary color
Monochromatic Colors of #445239
Black with #445239
Text Example
Text Example
White with #445239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445239; }
p { color: rgb(68,82,57); }
H1.HeaderClassName
{
color: #445239;
}
.AnyTagClassName
{
color: #445239;
}
</style>
background-color css
<style>
a { background-color: #445239; }
a { background-color: rgb(68,82,57); }
div.DivClassName
{
background-color: #445239;
}
.BgClassName
{
background-color: #445239;
}
</style>
border-color css
<style>
span { border-color: #445239; }
span { border-color: rgb(68,82,57); }
td.TdClassName
{
border-color: #445239;
}
.TagClassName
{
border-color: #445239;
}
</style>