Shades of Cabbage Pont #43513C
Tints of Cabbage Pont #43513C
RGB
CMYK
RGB Variations
Color information
#43513C (or 0x43513C) is known color: Cabbage Pont. HEX triplet: 43, 51 and 3C. RGB value is (67,81,60). Sum of RGB (Red+Green+Blue) = 67+81+60=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #43513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43513C is #BCAEC3. Grayscale: #4A4A4A. Windows color (decimal): -12365508 or 3952963. OLE color: 3952963.
HSL color Cylindrical-coordinate representation of color #43513C: hue angle of 100º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43513C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 60 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.68 |
| HSL | 100º | 0.15% | 0.28% | - |
| HSV(B) | 100º | 0.26% | 0.32% | - |
| XYZ | 6.07 | 7.4 | 5.38 | - |
| YUV | 74.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 60 | 0.17 | 0 | 0.26 | 0.68 | 100 | 0.15 | 0.28 |
| Hex | 43 | 51 | 3C | 11 | 0 | 1A | 44 | 64 | F | 1C |
| Octal | 103 | 121 | 74 | 21 | 0 | 32 | 104 | 144 | 17 | 34 |
| Binary | 1000011 | 1010001 | 111100 | 10001 | 0 | 11010 | 1000100 | 1100100 | 1111 | 11100 |
Color Harmonies of #43513C
Complementary color
Monochromatic Colors of #43513C
Black with #43513C
Text Example
Text Example
White with #43513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43513C; }
p { color: rgb(67,81,60); }
H1.HeaderClassName
{
color: #43513C;
}
.AnyTagClassName
{
color: #43513C;
}
</style>
background-color css
<style>
a { background-color: #43513C; }
a { background-color: rgb(67,81,60); }
div.DivClassName
{
background-color: #43513C;
}
.BgClassName
{
background-color: #43513C;
}
</style>
border-color css
<style>
span { border-color: #43513C; }
span { border-color: rgb(67,81,60); }
td.TdClassName
{
border-color: #43513C;
}
.TagClassName
{
border-color: #43513C;
}
</style>