Shades of Cabbage Pont #44533D
Tints of Cabbage Pont #44533D
RGB
CMYK
RGB Variations
Color information
#44533D (or 0x44533D) is known color: Cabbage Pont. HEX triplet: 44, 53 and 3D. RGB value is (68,83,61). Sum of RGB (Red+Green+Blue) = 68+83+61=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #44533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44533D is #BBACC2. Grayscale: #4C4C4C. Windows color (decimal): -12299459 or 4019012. OLE color: 4019012.
HSL color Cylindrical-coordinate representation of color #44533D: hue angle of 100.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44533D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 61 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.67 |
| HSL | 100.91º | 0.15% | 0.28% | - |
| HSV(B) | 100.91º | 0.27% | 0.33% | - |
| XYZ | 6.32 | 7.75 | 5.58 | - |
| YUV | 76.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 61 | 0.18 | 0 | 0.27 | 0.67 | 100.91 | 0.15 | 0.28 |
| Hex | 44 | 53 | 3D | 12 | 0 | 1B | 43 | 65 | F | 1C |
| Octal | 104 | 123 | 75 | 22 | 0 | 33 | 103 | 145 | 17 | 34 |
| Binary | 1000100 | 1010011 | 111101 | 10010 | 0 | 11011 | 1000011 | 1100101 | 1111 | 11100 |
Color Harmonies of #44533D
Complementary color
Monochromatic Colors of #44533D
Black with #44533D
Text Example
Text Example
White with #44533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44533D; }
p { color: rgb(68,83,61); }
H1.HeaderClassName
{
color: #44533D;
}
.AnyTagClassName
{
color: #44533D;
}
</style>
background-color css
<style>
a { background-color: #44533D; }
a { background-color: rgb(68,83,61); }
div.DivClassName
{
background-color: #44533D;
}
.BgClassName
{
background-color: #44533D;
}
</style>
border-color css
<style>
span { border-color: #44533D; }
span { border-color: rgb(68,83,61); }
td.TdClassName
{
border-color: #44533D;
}
.TagClassName
{
border-color: #44533D;
}
</style>