Shades of Cabbage Pont #43503E
Tints of Cabbage Pont #43503E
RGB
CMYK
RGB Variations
Color information
#43503E (or 0x43503E) is known color: Cabbage Pont. HEX triplet: 43, 50 and 3E. RGB value is (67,80,62). Sum of RGB (Red+Green+Blue) = 67+80+62=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #43503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43503E is #BCAFC1. Grayscale: #4A4A4A. Windows color (decimal): -12365762 or 4083779. OLE color: 4083779.
HSL color Cylindrical-coordinate representation of color #43503E: hue angle of 103.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #43503E is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 62 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.69 |
| HSL | 103.33º | 0.13% | 0.28% | - |
| HSV(B) | 103.33º | 0.23% | 0.31% | - |
| XYZ | 6.05 | 7.28 | 5.64 | - |
| YUV | 74.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 62 | 0.16 | 0 | 0.22 | 0.69 | 103.33 | 0.13 | 0.28 |
| Hex | 43 | 50 | 3E | 10 | 0 | 16 | 45 | 67 | D | 1C |
| Octal | 103 | 120 | 76 | 20 | 0 | 26 | 105 | 147 | 15 | 34 |
| Binary | 1000011 | 1010000 | 111110 | 10000 | 0 | 10110 | 1000101 | 1100111 | 1101 | 11100 |
Color Harmonies of #43503E
Complementary color
Monochromatic Colors of #43503E
Black with #43503E
Text Example
Text Example
White with #43503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43503E; }
p { color: rgb(67,80,62); }
H1.HeaderClassName
{
color: #43503E;
}
.AnyTagClassName
{
color: #43503E;
}
</style>
background-color css
<style>
a { background-color: #43503E; }
a { background-color: rgb(67,80,62); }
div.DivClassName
{
background-color: #43503E;
}
.BgClassName
{
background-color: #43503E;
}
</style>
border-color css
<style>
span { border-color: #43503E; }
span { border-color: rgb(67,80,62); }
td.TdClassName
{
border-color: #43503E;
}
.TagClassName
{
border-color: #43503E;
}
</style>