Shades of Como #48755D
Tints of Como #48755D
RGB
CMYK
RGB Variations
Color information
#48755D (or 0x48755D) is known color: Como. HEX triplet: 48, 75 and 5D. RGB value is (72,117,93). Sum of RGB (Red+Green+Blue) = 72+117+93=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #48755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755D is #B78AA2. Grayscale: #646464. Windows color (decimal): -12028579 or 6124872. OLE color: 6124872.
HSL color Cylindrical-coordinate representation of color #48755D: hue angle of 148º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755D is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 93 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.54 |
| HSL | 148º | 0.24% | 0.37% | - |
| HSV(B) | 148º | 0.38% | 0.46% | - |
| XYZ | 11.01 | 14.89 | 12.65 | - |
| YUV | 100.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 93 | 0.38 | 0 | 0.21 | 0.54 | 148 | 0.24 | 0.37 |
| Hex | 48 | 75 | 5D | 26 | 0 | 15 | 36 | 94 | 18 | 25 |
| Octal | 110 | 165 | 135 | 46 | 0 | 25 | 66 | 224 | 30 | 45 |
| Binary | 1001000 | 1110101 | 1011101 | 100110 | 0 | 10101 | 110110 | 10010100 | 11000 | 100101 |
Color Harmonies of #48755D
Complementary color
Monochromatic Colors of #48755D
Black with #48755D
Text Example
Text Example
White with #48755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48755D; }
p { color: rgb(72,117,93); }
H1.HeaderClassName
{
color: #48755D;
}
.AnyTagClassName
{
color: #48755D;
}
</style>
background-color css
<style>
a { background-color: #48755D; }
a { background-color: rgb(72,117,93); }
div.DivClassName
{
background-color: #48755D;
}
.BgClassName
{
background-color: #48755D;
}
</style>
border-color css
<style>
span { border-color: #48755D; }
span { border-color: rgb(72,117,93); }
td.TdClassName
{
border-color: #48755D;
}
.TagClassName
{
border-color: #48755D;
}
</style>