Shades of Cabbage Pont #465241
Tints of Cabbage Pont #465241
RGB
CMYK
RGB Variations
Color information
#465241 (or 0x465241) is known color: Cabbage Pont. HEX triplet: 46, 52 and 41. RGB value is (70,82,65). Sum of RGB (Red+Green+Blue) = 70+82+65=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #465241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465241 is #B9ADBE. Grayscale: #4C4C4C. Windows color (decimal): -12168639 or 4280902. OLE color: 4280902.
HSL color Cylindrical-coordinate representation of color #465241: hue angle of 102.35º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465241 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 65 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.68 |
| HSL | 102.35º | 0.12% | 0.29% | - |
| HSV(B) | 102.35º | 0.21% | 0.32% | - |
| XYZ | 6.5 | 7.72 | 6.15 | - |
| YUV | 76.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 65 | 0.15 | 0 | 0.21 | 0.68 | 102.35 | 0.12 | 0.29 |
| Hex | 46 | 52 | 41 | F | 0 | 15 | 44 | 66 | C | 1D |
| Octal | 106 | 122 | 101 | 17 | 0 | 25 | 104 | 146 | 14 | 35 |
| Binary | 1000110 | 1010010 | 1000001 | 1111 | 0 | 10101 | 1000100 | 1100110 | 1100 | 11101 |
Color Harmonies of #465241
Complementary color
Monochromatic Colors of #465241
Black with #465241
Text Example
Text Example
White with #465241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465241; }
p { color: rgb(70,82,65); }
H1.HeaderClassName
{
color: #465241;
}
.AnyTagClassName
{
color: #465241;
}
</style>
background-color css
<style>
a { background-color: #465241; }
a { background-color: rgb(70,82,65); }
div.DivClassName
{
background-color: #465241;
}
.BgClassName
{
background-color: #465241;
}
</style>
border-color css
<style>
span { border-color: #465241; }
span { border-color: rgb(70,82,65); }
td.TdClassName
{
border-color: #465241;
}
.TagClassName
{
border-color: #465241;
}
</style>