Shades of Cabbage Pont #46553A
Tints of Cabbage Pont #46553A
RGB
CMYK
RGB Variations
Color information
#46553A (or 0x46553A) is known color: Cabbage Pont. HEX triplet: 46, 55 and 3A. RGB value is (70,85,58). Sum of RGB (Red+Green+Blue) = 70+85+58=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #46553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553A is #B9AAC5. Grayscale: #4D4D4D. Windows color (decimal): -12167878 or 3822918. OLE color: 3822918.
HSL color Cylindrical-coordinate representation of color #46553A: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46553A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 58 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.67 |
| HSL | 93.33º | 0.19% | 0.28% | - |
| HSV(B) | 93.33º | 0.32% | 0.33% | - |
| XYZ | 6.54 | 8.1 | 5.22 | - |
| YUV | 77.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 58 | 0.18 | 0 | 0.32 | 0.67 | 93.33 | 0.19 | 0.28 |
| Hex | 46 | 55 | 3A | 12 | 0 | 20 | 43 | 5D | 13 | 1C |
| Octal | 106 | 125 | 72 | 22 | 0 | 40 | 103 | 135 | 23 | 34 |
| Binary | 1000110 | 1010101 | 111010 | 10010 | 0 | 100000 | 1000011 | 1011101 | 10011 | 11100 |
Color Harmonies of #46553A
Complementary color
Monochromatic Colors of #46553A
Black with #46553A
Text Example
Text Example
White with #46553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46553A; }
p { color: rgb(70,85,58); }
H1.HeaderClassName
{
color: #46553A;
}
.AnyTagClassName
{
color: #46553A;
}
</style>
background-color css
<style>
a { background-color: #46553A; }
a { background-color: rgb(70,85,58); }
div.DivClassName
{
background-color: #46553A;
}
.BgClassName
{
background-color: #46553A;
}
</style>
border-color css
<style>
span { border-color: #46553A; }
span { border-color: rgb(70,85,58); }
td.TdClassName
{
border-color: #46553A;
}
.TagClassName
{
border-color: #46553A;
}
</style>