Shades of Cabbage Pont #46553D
Tints of Cabbage Pont #46553D
RGB
CMYK
RGB Variations
Color information
#46553D (or 0x46553D) is known color: Cabbage Pont. HEX triplet: 46, 55 and 3D. RGB value is (70,85,61). Sum of RGB (Red+Green+Blue) = 70+85+61=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #46553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553D is #B9AAC2. Grayscale: #4D4D4D. Windows color (decimal): -12167875 or 4019526. OLE color: 4019526.
HSL color Cylindrical-coordinate representation of color #46553D: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46553D is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 61 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.67 |
| HSL | 97.5º | 0.16% | 0.29% | - |
| HSV(B) | 97.5º | 0.28% | 0.33% | - |
| XYZ | 6.62 | 8.14 | 5.64 | - |
| YUV | 77.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 61 | 0.18 | 0 | 0.28 | 0.67 | 97.5 | 0.16 | 0.29 |
| Hex | 46 | 55 | 3D | 12 | 0 | 1C | 43 | 62 | 10 | 1D |
| Octal | 106 | 125 | 75 | 22 | 0 | 34 | 103 | 142 | 20 | 35 |
| Binary | 1000110 | 1010101 | 111101 | 10010 | 0 | 11100 | 1000011 | 1100010 | 10000 | 11101 |
Color Harmonies of #46553D
Complementary color
Monochromatic Colors of #46553D
Black with #46553D
Text Example
Text Example
White with #46553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46553D; }
p { color: rgb(70,85,61); }
H1.HeaderClassName
{
color: #46553D;
}
.AnyTagClassName
{
color: #46553D;
}
</style>
background-color css
<style>
a { background-color: #46553D; }
a { background-color: rgb(70,85,61); }
div.DivClassName
{
background-color: #46553D;
}
.BgClassName
{
background-color: #46553D;
}
</style>
border-color css
<style>
span { border-color: #46553D; }
span { border-color: rgb(70,85,61); }
td.TdClassName
{
border-color: #46553D;
}
.TagClassName
{
border-color: #46553D;
}
</style>