Shades of Cabbage Pont #46553F
Tints of Cabbage Pont #46553F
RGB
CMYK
RGB Variations
Color information
#46553F (or 0x46553F) is known color: Cabbage Pont. HEX triplet: 46, 55 and 3F. RGB value is (70,85,63). Sum of RGB (Red+Green+Blue) = 70+85+63=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #46553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553F is #B9AAC0. Grayscale: #4E4E4E. Windows color (decimal): -12167873 or 4150598. OLE color: 4150598.
HSL color Cylindrical-coordinate representation of color #46553F: hue angle of 100.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46553F is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 63 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.67 |
| HSL | 100.91º | 0.15% | 0.29% | - |
| HSV(B) | 100.91º | 0.26% | 0.33% | - |
| XYZ | 6.67 | 8.16 | 5.93 | - |
| YUV | 78.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 63 | 0.18 | 0 | 0.26 | 0.67 | 100.91 | 0.15 | 0.29 |
| Hex | 46 | 55 | 3F | 12 | 0 | 1A | 43 | 65 | F | 1D |
| Octal | 106 | 125 | 77 | 22 | 0 | 32 | 103 | 145 | 17 | 35 |
| Binary | 1000110 | 1010101 | 111111 | 10010 | 0 | 11010 | 1000011 | 1100101 | 1111 | 11101 |
Color Harmonies of #46553F
Complementary color
Monochromatic Colors of #46553F
Black with #46553F
Text Example
Text Example
White with #46553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46553F; }
p { color: rgb(70,85,63); }
H1.HeaderClassName
{
color: #46553F;
}
.AnyTagClassName
{
color: #46553F;
}
</style>
background-color css
<style>
a { background-color: #46553F; }
a { background-color: rgb(70,85,63); }
div.DivClassName
{
background-color: #46553F;
}
.BgClassName
{
background-color: #46553F;
}
</style>
border-color css
<style>
span { border-color: #46553F; }
span { border-color: rgb(70,85,63); }
td.TdClassName
{
border-color: #46553F;
}
.TagClassName
{
border-color: #46553F;
}
</style>