Shades of Cabbage Pont #44553C
Tints of Cabbage Pont #44553C
RGB
CMYK
RGB Variations
Color information
#44553C (or 0x44553C) is known color: Cabbage Pont. HEX triplet: 44, 55 and 3C. RGB value is (68,85,60). Sum of RGB (Red+Green+Blue) = 68+85+60=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #44553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44553C is #BBAAC3. Grayscale: #4D4D4D. Windows color (decimal): -12298948 or 3953988. OLE color: 3953988.
HSL color Cylindrical-coordinate representation of color #44553C: hue angle of 100.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44553C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 60 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.67 |
| HSL | 100.8º | 0.17% | 0.28% | - |
| HSV(B) | 100.8º | 0.29% | 0.33% | - |
| XYZ | 6.45 | 8.05 | 5.49 | - |
| YUV | 77.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 60 | 0.20 | 0 | 0.29 | 0.67 | 100.8 | 0.17 | 0.28 |
| Hex | 44 | 55 | 3C | 14 | 0 | 1D | 43 | 65 | 11 | 1C |
| Octal | 104 | 125 | 74 | 24 | 0 | 35 | 103 | 145 | 21 | 34 |
| Binary | 1000100 | 1010101 | 111100 | 10100 | 0 | 11101 | 1000011 | 1100101 | 10001 | 11100 |
Color Harmonies of #44553C
Complementary color
Monochromatic Colors of #44553C
Black with #44553C
Text Example
Text Example
White with #44553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44553C; }
p { color: rgb(68,85,60); }
H1.HeaderClassName
{
color: #44553C;
}
.AnyTagClassName
{
color: #44553C;
}
</style>
background-color css
<style>
a { background-color: #44553C; }
a { background-color: rgb(68,85,60); }
div.DivClassName
{
background-color: #44553C;
}
.BgClassName
{
background-color: #44553C;
}
</style>
border-color css
<style>
span { border-color: #44553C; }
span { border-color: rgb(68,85,60); }
td.TdClassName
{
border-color: #44553C;
}
.TagClassName
{
border-color: #44553C;
}
</style>