Shades of Cabbage Pont #465240
Tints of Cabbage Pont #465240
RGB
CMYK
RGB Variations
Color information
#465240 (or 0x465240) is known color: Cabbage Pont. HEX triplet: 46, 52 and 40. RGB value is (70,82,64). Sum of RGB (Red+Green+Blue) = 70+82+64=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #465240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465240 is #B9ADBF. Grayscale: #4C4C4C. Windows color (decimal): -12168640 or 4215366. OLE color: 4215366.
HSL color Cylindrical-coordinate representation of color #465240: hue angle of 100º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465240 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 64 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.68 |
| HSL | 100º | 0.12% | 0.29% | - |
| HSV(B) | 100º | 0.22% | 0.32% | - |
| XYZ | 6.47 | 7.71 | 6 | - |
| YUV | 76.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 64 | 0.15 | 0 | 0.22 | 0.68 | 100 | 0.12 | 0.29 |
| Hex | 46 | 52 | 40 | F | 0 | 16 | 44 | 64 | C | 1D |
| Octal | 106 | 122 | 100 | 17 | 0 | 26 | 104 | 144 | 14 | 35 |
| Binary | 1000110 | 1010010 | 1000000 | 1111 | 0 | 10110 | 1000100 | 1100100 | 1100 | 11101 |
Color Harmonies of #465240
Complementary color
Monochromatic Colors of #465240
Black with #465240
Text Example
Text Example
White with #465240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465240; }
p { color: rgb(70,82,64); }
H1.HeaderClassName
{
color: #465240;
}
.AnyTagClassName
{
color: #465240;
}
</style>
background-color css
<style>
a { background-color: #465240; }
a { background-color: rgb(70,82,64); }
div.DivClassName
{
background-color: #465240;
}
.BgClassName
{
background-color: #465240;
}
</style>
border-color css
<style>
span { border-color: #465240; }
span { border-color: rgb(70,82,64); }
td.TdClassName
{
border-color: #465240;
}
.TagClassName
{
border-color: #465240;
}
</style>