Shades of Cabbage Pont #46513C
Tints of Cabbage Pont #46513C
RGB
CMYK
RGB Variations
Color information
#46513C (or 0x46513C) is known color: Cabbage Pont. HEX triplet: 46, 51 and 3C. RGB value is (70,81,60). Sum of RGB (Red+Green+Blue) = 70+81+60=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #46513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46513C is #B9AEC3. Grayscale: #4B4B4B. Windows color (decimal): -12168900 or 3952966. OLE color: 3952966.
HSL color Cylindrical-coordinate representation of color #46513C: hue angle of 91.43º 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 #46513C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 60 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.68 |
| HSL | 91.43º | 0.15% | 0.28% | - |
| HSV(B) | 91.43º | 0.26% | 0.32% | - |
| XYZ | 6.28 | 7.51 | 5.39 | - |
| YUV | 75.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 60 | 0.14 | 0 | 0.26 | 0.68 | 91.43 | 0.15 | 0.28 |
| Hex | 46 | 51 | 3C | E | 0 | 1A | 44 | 5B | F | 1C |
| Octal | 106 | 121 | 74 | 16 | 0 | 32 | 104 | 133 | 17 | 34 |
| Binary | 1000110 | 1010001 | 111100 | 1110 | 0 | 11010 | 1000100 | 1011011 | 1111 | 11100 |
Color Harmonies of #46513C
Complementary color
Monochromatic Colors of #46513C
Black with #46513C
Text Example
Text Example
White with #46513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46513C; }
p { color: rgb(70,81,60); }
H1.HeaderClassName
{
color: #46513C;
}
.AnyTagClassName
{
color: #46513C;
}
</style>
background-color css
<style>
a { background-color: #46513C; }
a { background-color: rgb(70,81,60); }
div.DivClassName
{
background-color: #46513C;
}
.BgClassName
{
background-color: #46513C;
}
</style>
border-color css
<style>
span { border-color: #46513C; }
span { border-color: rgb(70,81,60); }
td.TdClassName
{
border-color: #46513C;
}
.TagClassName
{
border-color: #46513C;
}
</style>