Shades of Cabbage Pont #43523B
Tints of Cabbage Pont #43523B
RGB
CMYK
RGB Variations
Color information
#43523B (or 0x43523B) is known color: Cabbage Pont. HEX triplet: 43, 52 and 3B. RGB value is (67,82,59). Sum of RGB (Red+Green+Blue) = 67+82+59=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #43523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43523B is #BCADC4. Grayscale: #4A4A4A. Windows color (decimal): -12365253 or 3887683. OLE color: 3887683.
HSL color Cylindrical-coordinate representation of color #43523B: hue angle of 99.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43523B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 59 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.68 |
| HSL | 99.13º | 0.16% | 0.28% | - |
| HSV(B) | 99.13º | 0.28% | 0.32% | - |
| XYZ | 6.12 | 7.54 | 5.27 | - |
| YUV | 74.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 59 | 0.18 | 0 | 0.28 | 0.68 | 99.13 | 0.16 | 0.28 |
| Hex | 43 | 52 | 3B | 12 | 0 | 1C | 44 | 63 | 10 | 1C |
| Octal | 103 | 122 | 73 | 22 | 0 | 34 | 104 | 143 | 20 | 34 |
| Binary | 1000011 | 1010010 | 111011 | 10010 | 0 | 11100 | 1000100 | 1100011 | 10000 | 11100 |
Color Harmonies of #43523B
Complementary color
Monochromatic Colors of #43523B
Black with #43523B
Text Example
Text Example
White with #43523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43523B; }
p { color: rgb(67,82,59); }
H1.HeaderClassName
{
color: #43523B;
}
.AnyTagClassName
{
color: #43523B;
}
</style>
background-color css
<style>
a { background-color: #43523B; }
a { background-color: rgb(67,82,59); }
div.DivClassName
{
background-color: #43523B;
}
.BgClassName
{
background-color: #43523B;
}
</style>
border-color css
<style>
span { border-color: #43523B; }
span { border-color: rgb(67,82,59); }
td.TdClassName
{
border-color: #43523B;
}
.TagClassName
{
border-color: #43523B;
}
</style>