Shades of Cabbage Pont #44503B
Tints of Cabbage Pont #44503B
RGB
CMYK
RGB Variations
Color information
#44503B (or 0x44503B) is known color: Cabbage Pont. HEX triplet: 44, 50 and 3B. RGB value is (68,80,59). Sum of RGB (Red+Green+Blue) = 68+80+59=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #44503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503B is #BBAFC4. Grayscale: #4A4A4A. Windows color (decimal): -12300229 or 3887172. OLE color: 3887172.
HSL color Cylindrical-coordinate representation of color #44503B: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44503B is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 59 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.69 |
| HSL | 94.29º | 0.15% | 0.27% | - |
| HSV(B) | 94.29º | 0.26% | 0.31% | - |
| XYZ | 6.04 | 7.28 | 5.22 | - |
| YUV | 74.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 59 | 0.15 | 0 | 0.26 | 0.69 | 94.29 | 0.15 | 0.27 |
| Hex | 44 | 50 | 3B | F | 0 | 1A | 45 | 5E | F | 1B |
| Octal | 104 | 120 | 73 | 17 | 0 | 32 | 105 | 136 | 17 | 33 |
| Binary | 1000100 | 1010000 | 111011 | 1111 | 0 | 11010 | 1000101 | 1011110 | 1111 | 11011 |
Color Harmonies of #44503B
Complementary color
Monochromatic Colors of #44503B
Black with #44503B
Text Example
Text Example
White with #44503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44503B; }
p { color: rgb(68,80,59); }
H1.HeaderClassName
{
color: #44503B;
}
.AnyTagClassName
{
color: #44503B;
}
</style>
background-color css
<style>
a { background-color: #44503B; }
a { background-color: rgb(68,80,59); }
div.DivClassName
{
background-color: #44503B;
}
.BgClassName
{
background-color: #44503B;
}
</style>
border-color css
<style>
span { border-color: #44503B; }
span { border-color: rgb(68,80,59); }
td.TdClassName
{
border-color: #44503B;
}
.TagClassName
{
border-color: #44503B;
}
</style>