Shades of Cabbage Pont #44503A
Tints of Cabbage Pont #44503A
RGB
CMYK
RGB Variations
Color information
#44503A (or 0x44503A) is known color: Cabbage Pont. HEX triplet: 44, 50 and 3A. RGB value is (68,80,58). Sum of RGB (Red+Green+Blue) = 68+80+58=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #44503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503A is #BBAFC5. Grayscale: #494949. Windows color (decimal): -12300230 or 3821636. OLE color: 3821636.
HSL color Cylindrical-coordinate representation of color #44503A: hue angle of 92.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44503A is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 58 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.69 |
| HSL | 92.73º | 0.16% | 0.27% | - |
| HSV(B) | 92.73º | 0.28% | 0.31% | - |
| XYZ | 6.02 | 7.27 | 5.09 | - |
| YUV | 73.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 58 | 0.15 | 0 | 0.28 | 0.69 | 92.73 | 0.16 | 0.27 |
| Hex | 44 | 50 | 3A | F | 0 | 1C | 45 | 5D | 10 | 1B |
| Octal | 104 | 120 | 72 | 17 | 0 | 34 | 105 | 135 | 20 | 33 |
| Binary | 1000100 | 1010000 | 111010 | 1111 | 0 | 11100 | 1000101 | 1011101 | 10000 | 11011 |
Color Harmonies of #44503A
Complementary color
Monochromatic Colors of #44503A
Black with #44503A
Text Example
Text Example
White with #44503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44503A; }
p { color: rgb(68,80,58); }
H1.HeaderClassName
{
color: #44503A;
}
.AnyTagClassName
{
color: #44503A;
}
</style>
background-color css
<style>
a { background-color: #44503A; }
a { background-color: rgb(68,80,58); }
div.DivClassName
{
background-color: #44503A;
}
.BgClassName
{
background-color: #44503A;
}
</style>
border-color css
<style>
span { border-color: #44503A; }
span { border-color: rgb(68,80,58); }
td.TdClassName
{
border-color: #44503A;
}
.TagClassName
{
border-color: #44503A;
}
</style>