Shades of Como #48845D
Tints of Como #48845D
RGB
CMYK
RGB Variations
Color information
#48845D (or 0x48845D) is known color: Como. HEX triplet: 48, 84 and 5D. RGB value is (72,132,93). Sum of RGB (Red+Green+Blue) = 72+132+93=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #48845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845D is #B77BA2. Grayscale: #6D6D6D. Windows color (decimal): -12024739 or 6128712. OLE color: 6128712.
HSL color Cylindrical-coordinate representation of color #48845D: hue angle of 141º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48845D is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 93 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.48 |
| HSL | 141º | 0.29% | 0.4% | - |
| HSV(B) | 141º | 0.45% | 0.52% | - |
| XYZ | 12.9 | 18.67 | 13.28 | - |
| YUV | 109.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 93 | 0.45 | 0 | 0.30 | 0.48 | 141 | 0.29 | 0.4 |
| Hex | 48 | 84 | 5D | 2D | 0 | 1E | 30 | 8D | 1D | 28 |
| Octal | 110 | 204 | 135 | 55 | 0 | 36 | 60 | 215 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1011101 | 101101 | 0 | 11110 | 110000 | 10001101 | 11101 | 101000 |
Color Harmonies of #48845D
Complementary color
Monochromatic Colors of #48845D
Black with #48845D
Text Example
Text Example
White with #48845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48845D; }
p { color: rgb(72,132,93); }
H1.HeaderClassName
{
color: #48845D;
}
.AnyTagClassName
{
color: #48845D;
}
</style>
background-color css
<style>
a { background-color: #48845D; }
a { background-color: rgb(72,132,93); }
div.DivClassName
{
background-color: #48845D;
}
.BgClassName
{
background-color: #48845D;
}
</style>
border-color css
<style>
span { border-color: #48845D; }
span { border-color: rgb(72,132,93); }
td.TdClassName
{
border-color: #48845D;
}
.TagClassName
{
border-color: #48845D;
}
</style>