Shades of Como #48785E
Tints of Como #48785E
RGB
CMYK
RGB Variations
Color information
#48785E (or 0x48785E) is known color: Como. HEX triplet: 48, 78 and 5E. RGB value is (72,120,94). Sum of RGB (Red+Green+Blue) = 72+120+94=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #48785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785E is #B787A1. Grayscale: #666666. Windows color (decimal): -12027810 or 6191176. OLE color: 6191176.
HSL color Cylindrical-coordinate representation of color #48785E: hue angle of 147.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48785E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 94 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.53 |
| HSL | 147.5º | 0.25% | 0.38% | - |
| HSV(B) | 147.5º | 0.4% | 0.47% | - |
| XYZ | 11.41 | 15.62 | 13 | - |
| YUV | 102.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 94 | 0.40 | 0 | 0.22 | 0.53 | 147.5 | 0.25 | 0.38 |
| Hex | 48 | 78 | 5E | 28 | 0 | 16 | 35 | 94 | 19 | 26 |
| Octal | 110 | 170 | 136 | 50 | 0 | 26 | 65 | 224 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1011110 | 101000 | 0 | 10110 | 110101 | 10010100 | 11001 | 100110 |
Color Harmonies of #48785E
Complementary color
Monochromatic Colors of #48785E
Black with #48785E
Text Example
Text Example
White with #48785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48785E; }
p { color: rgb(72,120,94); }
H1.HeaderClassName
{
color: #48785E;
}
.AnyTagClassName
{
color: #48785E;
}
</style>
background-color css
<style>
a { background-color: #48785E; }
a { background-color: rgb(72,120,94); }
div.DivClassName
{
background-color: #48785E;
}
.BgClassName
{
background-color: #48785E;
}
</style>
border-color css
<style>
span { border-color: #48785E; }
span { border-color: rgb(72,120,94); }
td.TdClassName
{
border-color: #48785E;
}
.TagClassName
{
border-color: #48785E;
}
</style>