Shades of Cabbage Pont #46513A
Tints of Cabbage Pont #46513A
RGB
CMYK
RGB Variations
Color information
#46513A (or 0x46513A) is known color: Cabbage Pont. HEX triplet: 46, 51 and 3A. RGB value is (70,81,58). Sum of RGB (Red+Green+Blue) = 70+81+58=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #46513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46513A is #B9AEC5. Grayscale: #4B4B4B. Windows color (decimal): -12168902 or 3821894. OLE color: 3821894.
HSL color Cylindrical-coordinate representation of color #46513A: hue angle of 88.7º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46513A is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 58 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.68 |
| HSL | 88.7º | 0.17% | 0.27% | - |
| HSV(B) | 88.7º | 0.28% | 0.32% | - |
| XYZ | 6.23 | 7.49 | 5.12 | - |
| YUV | 75.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 58 | 0.14 | 0 | 0.28 | 0.68 | 88.7 | 0.17 | 0.27 |
| Hex | 46 | 51 | 3A | E | 0 | 1C | 44 | 59 | 11 | 1B |
| Octal | 106 | 121 | 72 | 16 | 0 | 34 | 104 | 131 | 21 | 33 |
| Binary | 1000110 | 1010001 | 111010 | 1110 | 0 | 11100 | 1000100 | 1011001 | 10001 | 11011 |
Color Harmonies of #46513A
Complementary color
Monochromatic Colors of #46513A
Black with #46513A
Text Example
Text Example
White with #46513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46513A; }
p { color: rgb(70,81,58); }
H1.HeaderClassName
{
color: #46513A;
}
.AnyTagClassName
{
color: #46513A;
}
</style>
background-color css
<style>
a { background-color: #46513A; }
a { background-color: rgb(70,81,58); }
div.DivClassName
{
background-color: #46513A;
}
.BgClassName
{
background-color: #46513A;
}
</style>
border-color css
<style>
span { border-color: #46513A; }
span { border-color: rgb(70,81,58); }
td.TdClassName
{
border-color: #46513A;
}
.TagClassName
{
border-color: #46513A;
}
</style>