Shades of Cabbage Pont #48583C
Tints of Cabbage Pont #48583C
RGB
CMYK
RGB Variations
Color information
#48583C (or 0x48583C) is known color: Cabbage Pont. HEX triplet: 48, 58 and 3C. RGB value is (72,88,60). Sum of RGB (Red+Green+Blue) = 72+88+60=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #48583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48583C is #B7A7C3. Grayscale: #505050. Windows color (decimal): -12036036 or 3954760. OLE color: 3954760.
HSL color Cylindrical-coordinate representation of color #48583C: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48583C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 60 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.65 |
| HSL | 94.29º | 0.19% | 0.29% | - |
| HSV(B) | 94.29º | 0.32% | 0.35% | - |
| XYZ | 6.98 | 8.68 | 5.58 | - |
| YUV | 80.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 60 | 0.18 | 0 | 0.32 | 0.65 | 94.29 | 0.19 | 0.29 |
| Hex | 48 | 58 | 3C | 12 | 0 | 20 | 41 | 5E | 13 | 1D |
| Octal | 110 | 130 | 74 | 22 | 0 | 40 | 101 | 136 | 23 | 35 |
| Binary | 1001000 | 1011000 | 111100 | 10010 | 0 | 100000 | 1000001 | 1011110 | 10011 | 11101 |
Color Harmonies of #48583C
Complementary color
Monochromatic Colors of #48583C
Black with #48583C
Text Example
Text Example
White with #48583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48583C; }
p { color: rgb(72,88,60); }
H1.HeaderClassName
{
color: #48583C;
}
.AnyTagClassName
{
color: #48583C;
}
</style>
background-color css
<style>
a { background-color: #48583C; }
a { background-color: rgb(72,88,60); }
div.DivClassName
{
background-color: #48583C;
}
.BgClassName
{
background-color: #48583C;
}
</style>
border-color css
<style>
span { border-color: #48583C; }
span { border-color: rgb(72,88,60); }
td.TdClassName
{
border-color: #48583C;
}
.TagClassName
{
border-color: #48583C;
}
</style>