Shades of Cabbage Pont #43503D
Tints of Cabbage Pont #43503D
RGB
CMYK
RGB Variations
Color information
#43503D (or 0x43503D) is known color: Cabbage Pont. HEX triplet: 43, 50 and 3D. RGB value is (67,80,61). Sum of RGB (Red+Green+Blue) = 67+80+61=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #43503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43503D is #BCAFC2. Grayscale: #4A4A4A. Windows color (decimal): -12365763 or 4018243. OLE color: 4018243.
HSL color Cylindrical-coordinate representation of color #43503D: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43503D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 61 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.69 |
| HSL | 101.05º | 0.13% | 0.28% | - |
| HSV(B) | 101.05º | 0.24% | 0.31% | - |
| XYZ | 6.03 | 7.27 | 5.5 | - |
| YUV | 73.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 61 | 0.16 | 0 | 0.24 | 0.69 | 101.05 | 0.13 | 0.28 |
| Hex | 43 | 50 | 3D | 10 | 0 | 18 | 45 | 65 | D | 1C |
| Octal | 103 | 120 | 75 | 20 | 0 | 30 | 105 | 145 | 15 | 34 |
| Binary | 1000011 | 1010000 | 111101 | 10000 | 0 | 11000 | 1000101 | 1100101 | 1101 | 11100 |
Color Harmonies of #43503D
Complementary color
Monochromatic Colors of #43503D
Black with #43503D
Text Example
Text Example
White with #43503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43503D; }
p { color: rgb(67,80,61); }
H1.HeaderClassName
{
color: #43503D;
}
.AnyTagClassName
{
color: #43503D;
}
</style>
background-color css
<style>
a { background-color: #43503D; }
a { background-color: rgb(67,80,61); }
div.DivClassName
{
background-color: #43503D;
}
.BgClassName
{
background-color: #43503D;
}
</style>
border-color css
<style>
span { border-color: #43503D; }
span { border-color: rgb(67,80,61); }
td.TdClassName
{
border-color: #43503D;
}
.TagClassName
{
border-color: #43503D;
}
</style>