Shades of Cabbage Pont #44523B
Tints of Cabbage Pont #44523B
RGB
CMYK
RGB Variations
Color information
#44523B (or 0x44523B) is known color: Cabbage Pont. HEX triplet: 44, 52 and 3B. RGB value is (68,82,59). Sum of RGB (Red+Green+Blue) = 68+82+59=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #44523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44523B is #BBADC4. Grayscale: #4B4B4B. Windows color (decimal): -12299717 or 3887684. OLE color: 3887684.
HSL color Cylindrical-coordinate representation of color #44523B: hue angle of 96.52º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44523B is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 59 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.68 |
| HSL | 96.52º | 0.16% | 0.28% | - |
| HSV(B) | 96.52º | 0.28% | 0.32% | - |
| XYZ | 6.19 | 7.58 | 5.27 | - |
| YUV | 75.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 59 | 0.17 | 0 | 0.28 | 0.68 | 96.52 | 0.16 | 0.28 |
| Hex | 44 | 52 | 3B | 11 | 0 | 1C | 44 | 61 | 10 | 1C |
| Octal | 104 | 122 | 73 | 21 | 0 | 34 | 104 | 141 | 20 | 34 |
| Binary | 1000100 | 1010010 | 111011 | 10001 | 0 | 11100 | 1000100 | 1100001 | 10000 | 11100 |
Color Harmonies of #44523B
Complementary color
Monochromatic Colors of #44523B
Black with #44523B
Text Example
Text Example
White with #44523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44523B; }
p { color: rgb(68,82,59); }
H1.HeaderClassName
{
color: #44523B;
}
.AnyTagClassName
{
color: #44523B;
}
</style>
background-color css
<style>
a { background-color: #44523B; }
a { background-color: rgb(68,82,59); }
div.DivClassName
{
background-color: #44523B;
}
.BgClassName
{
background-color: #44523B;
}
</style>
border-color css
<style>
span { border-color: #44523B; }
span { border-color: rgb(68,82,59); }
td.TdClassName
{
border-color: #44523B;
}
.TagClassName
{
border-color: #44523B;
}
</style>