Shades of Cabbage Pont #485540
Tints of Cabbage Pont #485540
RGB
CMYK
RGB Variations
Color information
#485540 (or 0x485540) is known color: Cabbage Pont. HEX triplet: 48, 55 and 40. RGB value is (72,85,64). Sum of RGB (Red+Green+Blue) = 72+85+64=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #485540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485540 is #B7AABF. Grayscale: #4E4E4E. Windows color (decimal): -12036800 or 4216136. OLE color: 4216136.
HSL color Cylindrical-coordinate representation of color #485540: hue angle of 97.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485540 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 64 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.67 |
| HSL | 97.14º | 0.14% | 0.29% | - |
| HSV(B) | 97.14º | 0.25% | 0.33% | - |
| XYZ | 6.85 | 8.24 | 6.08 | - |
| YUV | 78.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 64 | 0.15 | 0 | 0.25 | 0.67 | 97.14 | 0.14 | 0.29 |
| Hex | 48 | 55 | 40 | F | 0 | 19 | 43 | 61 | E | 1D |
| Octal | 110 | 125 | 100 | 17 | 0 | 31 | 103 | 141 | 16 | 35 |
| Binary | 1001000 | 1010101 | 1000000 | 1111 | 0 | 11001 | 1000011 | 1100001 | 1110 | 11101 |
Color Harmonies of #485540
Complementary color
Monochromatic Colors of #485540
Black with #485540
Text Example
Text Example
White with #485540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485540; }
p { color: rgb(72,85,64); }
H1.HeaderClassName
{
color: #485540;
}
.AnyTagClassName
{
color: #485540;
}
</style>
background-color css
<style>
a { background-color: #485540; }
a { background-color: rgb(72,85,64); }
div.DivClassName
{
background-color: #485540;
}
.BgClassName
{
background-color: #485540;
}
</style>
border-color css
<style>
span { border-color: #485540; }
span { border-color: rgb(72,85,64); }
td.TdClassName
{
border-color: #485540;
}
.TagClassName
{
border-color: #485540;
}
</style>