Shades of Como #48785B
Tints of Como #48785B
RGB
CMYK
RGB Variations
Color information
#48785B (or 0x48785B) is known color: Como. HEX triplet: 48, 78 and 5B. RGB value is (72,120,91). Sum of RGB (Red+Green+Blue) = 72+120+91=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #48785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785B is #B787A4. Grayscale: #666666. Windows color (decimal): -12027813 or 5994568. OLE color: 5994568.
HSL color Cylindrical-coordinate representation of color #48785B: hue angle of 143.75º 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 #48785B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 91 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.53 |
| HSL | 143.75º | 0.25% | 0.38% | - |
| HSV(B) | 143.75º | 0.4% | 0.47% | - |
| XYZ | 11.28 | 15.57 | 12.31 | - |
| YUV | 102.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 91 | 0.40 | 0 | 0.24 | 0.53 | 143.75 | 0.25 | 0.38 |
| Hex | 48 | 78 | 5B | 28 | 0 | 18 | 35 | 90 | 19 | 26 |
| Octal | 110 | 170 | 133 | 50 | 0 | 30 | 65 | 220 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1011011 | 101000 | 0 | 11000 | 110101 | 10010000 | 11001 | 100110 |
Color Harmonies of #48785B
Complementary color
Monochromatic Colors of #48785B
Black with #48785B
Text Example
Text Example
White with #48785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48785B; }
p { color: rgb(72,120,91); }
H1.HeaderClassName
{
color: #48785B;
}
.AnyTagClassName
{
color: #48785B;
}
</style>
background-color css
<style>
a { background-color: #48785B; }
a { background-color: rgb(72,120,91); }
div.DivClassName
{
background-color: #48785B;
}
.BgClassName
{
background-color: #48785B;
}
</style>
border-color css
<style>
span { border-color: #48785B; }
span { border-color: rgb(72,120,91); }
td.TdClassName
{
border-color: #48785B;
}
.TagClassName
{
border-color: #48785B;
}
</style>