Shades of Como #48785C
Tints of Como #48785C
RGB
CMYK
RGB Variations
Color information
#48785C (or 0x48785C) is known color: Como. HEX triplet: 48, 78 and 5C. RGB value is (72,120,92). Sum of RGB (Red+Green+Blue) = 72+120+92=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #48785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785C is #B787A3. Grayscale: #666666. Windows color (decimal): -12027812 or 6060104. OLE color: 6060104.
HSL color Cylindrical-coordinate representation of color #48785C: hue angle of 145º 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 #48785C is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 92 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.53 |
| HSL | 145º | 0.25% | 0.38% | - |
| HSV(B) | 145º | 0.4% | 0.47% | - |
| XYZ | 11.32 | 15.58 | 12.54 | - |
| YUV | 102.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 92 | 0.40 | 0 | 0.23 | 0.53 | 145 | 0.25 | 0.38 |
| Hex | 48 | 78 | 5C | 28 | 0 | 17 | 35 | 91 | 19 | 26 |
| Octal | 110 | 170 | 134 | 50 | 0 | 27 | 65 | 221 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1011100 | 101000 | 0 | 10111 | 110101 | 10010001 | 11001 | 100110 |
Color Harmonies of #48785C
Complementary color
Monochromatic Colors of #48785C
Black with #48785C
Text Example
Text Example
White with #48785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48785C; }
p { color: rgb(72,120,92); }
H1.HeaderClassName
{
color: #48785C;
}
.AnyTagClassName
{
color: #48785C;
}
</style>
background-color css
<style>
a { background-color: #48785C; }
a { background-color: rgb(72,120,92); }
div.DivClassName
{
background-color: #48785C;
}
.BgClassName
{
background-color: #48785C;
}
</style>
border-color css
<style>
span { border-color: #48785C; }
span { border-color: rgb(72,120,92); }
td.TdClassName
{
border-color: #48785C;
}
.TagClassName
{
border-color: #48785C;
}
</style>