Shades of Cabbage Pont #43543B
Tints of Cabbage Pont #43543B
RGB
CMYK
RGB Variations
Color information
#43543B (or 0x43543B) is known color: Cabbage Pont. HEX triplet: 43, 54 and 3B. RGB value is (67,84,59). Sum of RGB (Red+Green+Blue) = 67+84+59=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #43543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43543B is #BCABC4. Grayscale: #4C4C4C. Windows color (decimal): -12364741 or 3888195. OLE color: 3888195.
HSL color Cylindrical-coordinate representation of color #43543B: hue angle of 100.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43543B is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 59 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.67 |
| HSL | 100.8º | 0.17% | 0.28% | - |
| HSV(B) | 100.8º | 0.3% | 0.33% | - |
| XYZ | 6.27 | 7.85 | 5.32 | - |
| YUV | 76.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 59 | 0.20 | 0 | 0.30 | 0.67 | 100.8 | 0.17 | 0.28 |
| Hex | 43 | 54 | 3B | 14 | 0 | 1E | 43 | 65 | 11 | 1C |
| Octal | 103 | 124 | 73 | 24 | 0 | 36 | 103 | 145 | 21 | 34 |
| Binary | 1000011 | 1010100 | 111011 | 10100 | 0 | 11110 | 1000011 | 1100101 | 10001 | 11100 |
Color Harmonies of #43543B
Complementary color
Monochromatic Colors of #43543B
Black with #43543B
Text Example
Text Example
White with #43543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43543B; }
p { color: rgb(67,84,59); }
H1.HeaderClassName
{
color: #43543B;
}
.AnyTagClassName
{
color: #43543B;
}
</style>
background-color css
<style>
a { background-color: #43543B; }
a { background-color: rgb(67,84,59); }
div.DivClassName
{
background-color: #43543B;
}
.BgClassName
{
background-color: #43543B;
}
</style>
border-color css
<style>
span { border-color: #43543B; }
span { border-color: rgb(67,84,59); }
td.TdClassName
{
border-color: #43543B;
}
.TagClassName
{
border-color: #43543B;
}
</style>