Shades of Cabbage Pont #44553D
Tints of Cabbage Pont #44553D
RGB
CMYK
RGB Variations
Color information
#44553D (or 0x44553D) is known color: Cabbage Pont. HEX triplet: 44, 55 and 3D. RGB value is (68,85,61). Sum of RGB (Red+Green+Blue) = 68+85+61=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #44553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44553D is #BBAAC2. Grayscale: #4D4D4D. Windows color (decimal): -12298947 or 4019524. OLE color: 4019524.
HSL color Cylindrical-coordinate representation of color #44553D: hue angle of 102.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44553D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 61 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.67 |
| HSL | 102.5º | 0.16% | 0.29% | - |
| HSV(B) | 102.5º | 0.28% | 0.33% | - |
| XYZ | 6.47 | 8.06 | 5.63 | - |
| YUV | 77.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 61 | 0.20 | 0 | 0.28 | 0.67 | 102.5 | 0.16 | 0.29 |
| Hex | 44 | 55 | 3D | 14 | 0 | 1C | 43 | 66 | 10 | 1D |
| Octal | 104 | 125 | 75 | 24 | 0 | 34 | 103 | 146 | 20 | 35 |
| Binary | 1000100 | 1010101 | 111101 | 10100 | 0 | 11100 | 1000011 | 1100110 | 10000 | 11101 |
Color Harmonies of #44553D
Complementary color
Monochromatic Colors of #44553D
Black with #44553D
Text Example
Text Example
White with #44553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44553D; }
p { color: rgb(68,85,61); }
H1.HeaderClassName
{
color: #44553D;
}
.AnyTagClassName
{
color: #44553D;
}
</style>
background-color css
<style>
a { background-color: #44553D; }
a { background-color: rgb(68,85,61); }
div.DivClassName
{
background-color: #44553D;
}
.BgClassName
{
background-color: #44553D;
}
</style>
border-color css
<style>
span { border-color: #44553D; }
span { border-color: rgb(68,85,61); }
td.TdClassName
{
border-color: #44553D;
}
.TagClassName
{
border-color: #44553D;
}
</style>