Shades of Cabbage Pont #485140
Tints of Cabbage Pont #485140
RGB
CMYK
RGB Variations
Color information
#485140 (or 0x485140) is known color: Cabbage Pont. HEX triplet: 48, 51 and 40. RGB value is (72,81,64). Sum of RGB (Red+Green+Blue) = 72+81+64=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #485140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485140 is #B7AEBF. Grayscale: #4C4C4C. Windows color (decimal): -12037824 or 4215112. OLE color: 4215112.
HSL color Cylindrical-coordinate representation of color #485140: hue angle of 91.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485140 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 64 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.68 |
| HSL | 91.76º | 0.12% | 0.28% | - |
| HSV(B) | 91.76º | 0.21% | 0.32% | - |
| XYZ | 6.54 | 7.63 | 5.98 | - |
| YUV | 76.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 64 | 0.11 | 0 | 0.21 | 0.68 | 91.76 | 0.12 | 0.28 |
| Hex | 48 | 51 | 40 | B | 0 | 15 | 44 | 5C | C | 1C |
| Octal | 110 | 121 | 100 | 13 | 0 | 25 | 104 | 134 | 14 | 34 |
| Binary | 1001000 | 1010001 | 1000000 | 1011 | 0 | 10101 | 1000100 | 1011100 | 1100 | 11100 |
Color Harmonies of #485140
Complementary color
Monochromatic Colors of #485140
Black with #485140
Text Example
Text Example
White with #485140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485140; }
p { color: rgb(72,81,64); }
H1.HeaderClassName
{
color: #485140;
}
.AnyTagClassName
{
color: #485140;
}
</style>
background-color css
<style>
a { background-color: #485140; }
a { background-color: rgb(72,81,64); }
div.DivClassName
{
background-color: #485140;
}
.BgClassName
{
background-color: #485140;
}
</style>
border-color css
<style>
span { border-color: #485140; }
span { border-color: rgb(72,81,64); }
td.TdClassName
{
border-color: #485140;
}
.TagClassName
{
border-color: #485140;
}
</style>