Shades of Cabbage Pont #485242
Tints of Cabbage Pont #485242
RGB
CMYK
RGB Variations
Color information
#485242 (or 0x485242) is known color: Cabbage Pont. HEX triplet: 48, 52 and 42. RGB value is (72,82,66). Sum of RGB (Red+Green+Blue) = 72+82+66=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #485242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485242 is #B7ADBD. Grayscale: #4D4D4D. Windows color (decimal): -12037566 or 4346440. OLE color: 4346440.
HSL color Cylindrical-coordinate representation of color #485242: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485242 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 66 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.68 |
| HSL | 97.5º | 0.11% | 0.29% | - |
| HSV(B) | 97.5º | 0.2% | 0.32% | - |
| XYZ | 6.67 | 7.81 | 6.31 | - |
| YUV | 77.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 66 | 0.12 | 0 | 0.20 | 0.68 | 97.5 | 0.11 | 0.29 |
| Hex | 48 | 52 | 42 | C | 0 | 14 | 44 | 62 | B | 1D |
| Octal | 110 | 122 | 102 | 14 | 0 | 24 | 104 | 142 | 13 | 35 |
| Binary | 1001000 | 1010010 | 1000010 | 1100 | 0 | 10100 | 1000100 | 1100010 | 1011 | 11101 |
Color Harmonies of #485242
Complementary color
Monochromatic Colors of #485242
Black with #485242
Text Example
Text Example
White with #485242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485242; }
p { color: rgb(72,82,66); }
H1.HeaderClassName
{
color: #485242;
}
.AnyTagClassName
{
color: #485242;
}
</style>
background-color css
<style>
a { background-color: #485242; }
a { background-color: rgb(72,82,66); }
div.DivClassName
{
background-color: #485242;
}
.BgClassName
{
background-color: #485242;
}
</style>
border-color css
<style>
span { border-color: #485242; }
span { border-color: rgb(72,82,66); }
td.TdClassName
{
border-color: #485242;
}
.TagClassName
{
border-color: #485242;
}
</style>