Shades of Cabbage Pont #44533C
Tints of Cabbage Pont #44533C
RGB
CMYK
RGB Variations
Color information
#44533C (or 0x44533C) is known color: Cabbage Pont. HEX triplet: 44, 53 and 3C. RGB value is (68,83,60). Sum of RGB (Red+Green+Blue) = 68+83+60=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #44533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44533C is #BBACC3. Grayscale: #4B4B4B. Windows color (decimal): -12299460 or 3953476. OLE color: 3953476.
HSL color Cylindrical-coordinate representation of color #44533C: hue angle of 99.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44533C is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 60 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.67 |
| HSL | 99.13º | 0.16% | 0.28% | - |
| HSV(B) | 99.13º | 0.28% | 0.33% | - |
| XYZ | 6.29 | 7.74 | 5.44 | - |
| YUV | 75.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 60 | 0.18 | 0 | 0.28 | 0.67 | 99.13 | 0.16 | 0.28 |
| Hex | 44 | 53 | 3C | 12 | 0 | 1C | 43 | 63 | 10 | 1C |
| Octal | 104 | 123 | 74 | 22 | 0 | 34 | 103 | 143 | 20 | 34 |
| Binary | 1000100 | 1010011 | 111100 | 10010 | 0 | 11100 | 1000011 | 1100011 | 10000 | 11100 |
Color Harmonies of #44533C
Complementary color
Monochromatic Colors of #44533C
Black with #44533C
Text Example
Text Example
White with #44533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44533C; }
p { color: rgb(68,83,60); }
H1.HeaderClassName
{
color: #44533C;
}
.AnyTagClassName
{
color: #44533C;
}
</style>
background-color css
<style>
a { background-color: #44533C; }
a { background-color: rgb(68,83,60); }
div.DivClassName
{
background-color: #44533C;
}
.BgClassName
{
background-color: #44533C;
}
</style>
border-color css
<style>
span { border-color: #44533C; }
span { border-color: rgb(68,83,60); }
td.TdClassName
{
border-color: #44533C;
}
.TagClassName
{
border-color: #44533C;
}
</style>