Shades of Cabbage Pont #44563A
Tints of Cabbage Pont #44563A
RGB
CMYK
RGB Variations
Color information
#44563A (or 0x44563A) is known color: Cabbage Pont. HEX triplet: 44, 56 and 3A. RGB value is (68,86,58). Sum of RGB (Red+Green+Blue) = 68+86+58=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #44563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44563A is #BBA9C5. Grayscale: #4D4D4D. Windows color (decimal): -12298694 or 3823172. OLE color: 3823172.
HSL color Cylindrical-coordinate representation of color #44563A: hue angle of 98.57º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44563A is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 58 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.66 |
| HSL | 98.57º | 0.19% | 0.28% | - |
| HSV(B) | 98.57º | 0.33% | 0.34% | - |
| XYZ | 6.48 | 8.19 | 5.24 | - |
| YUV | 77.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 58 | 0.21 | 0 | 0.33 | 0.66 | 98.57 | 0.19 | 0.28 |
| Hex | 44 | 56 | 3A | 15 | 0 | 21 | 42 | 63 | 13 | 1C |
| Octal | 104 | 126 | 72 | 25 | 0 | 41 | 102 | 143 | 23 | 34 |
| Binary | 1000100 | 1010110 | 111010 | 10101 | 0 | 100001 | 1000010 | 1100011 | 10011 | 11100 |
Color Harmonies of #44563A
Complementary color
Monochromatic Colors of #44563A
Black with #44563A
Text Example
Text Example
White with #44563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44563A; }
p { color: rgb(68,86,58); }
H1.HeaderClassName
{
color: #44563A;
}
.AnyTagClassName
{
color: #44563A;
}
</style>
background-color css
<style>
a { background-color: #44563A; }
a { background-color: rgb(68,86,58); }
div.DivClassName
{
background-color: #44563A;
}
.BgClassName
{
background-color: #44563A;
}
</style>
border-color css
<style>
span { border-color: #44563A; }
span { border-color: rgb(68,86,58); }
td.TdClassName
{
border-color: #44563A;
}
.TagClassName
{
border-color: #44563A;
}
</style>