Shades of Como #48845B
Tints of Como #48845B
RGB
CMYK
RGB Variations
Color information
#48845B (or 0x48845B) is known color: Como. HEX triplet: 48, 84 and 5B. RGB value is (72,132,91). Sum of RGB (Red+Green+Blue) = 72+132+91=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #48845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48845B is #B77BA4. Grayscale: #6D6D6D. Windows color (decimal): -12024741 or 5997640. OLE color: 5997640.
HSL color Cylindrical-coordinate representation of color #48845B: hue angle of 139º 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 #48845B is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 91 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.48 |
| HSL | 139º | 0.29% | 0.4% | - |
| HSV(B) | 139º | 0.45% | 0.52% | - |
| XYZ | 12.81 | 18.64 | 12.82 | - |
| YUV | 109.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 91 | 0.45 | 0 | 0.31 | 0.48 | 139 | 0.29 | 0.4 |
| Hex | 48 | 84 | 5B | 2D | 0 | 1F | 30 | 8B | 1D | 28 |
| Octal | 110 | 204 | 133 | 55 | 0 | 37 | 60 | 213 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1011011 | 101101 | 0 | 11111 | 110000 | 10001011 | 11101 | 101000 |
Color Harmonies of #48845B
Complementary color
Monochromatic Colors of #48845B
Black with #48845B
Text Example
Text Example
White with #48845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48845B; }
p { color: rgb(72,132,91); }
H1.HeaderClassName
{
color: #48845B;
}
.AnyTagClassName
{
color: #48845B;
}
</style>
background-color css
<style>
a { background-color: #48845B; }
a { background-color: rgb(72,132,91); }
div.DivClassName
{
background-color: #48845B;
}
.BgClassName
{
background-color: #48845B;
}
</style>
border-color css
<style>
span { border-color: #48845B; }
span { border-color: rgb(72,132,91); }
td.TdClassName
{
border-color: #48845B;
}
.TagClassName
{
border-color: #48845B;
}
</style>