Shades of Como #48855D
Tints of Como #48855D
RGB
CMYK
RGB Variations
Color information
#48855D (or 0x48855D) is known color: Como. HEX triplet: 48, 85 and 5D. RGB value is (72,133,93). Sum of RGB (Red+Green+Blue) = 72+133+93=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #48855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48855D is #B77AA2. Grayscale: #6E6E6E. Windows color (decimal): -12024483 or 6128968. OLE color: 6128968.
HSL color Cylindrical-coordinate representation of color #48855D: hue angle of 140.66º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48855D is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 93 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.48 |
| HSL | 140.66º | 0.3% | 0.4% | - |
| HSV(B) | 140.66º | 0.46% | 0.52% | - |
| XYZ | 13.04 | 18.94 | 13.33 | - |
| YUV | 110.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 93 | 0.46 | 0 | 0.30 | 0.48 | 140.66 | 0.3 | 0.4 |
| Hex | 48 | 85 | 5D | 2E | 0 | 1E | 30 | 8D | 1E | 28 |
| Octal | 110 | 205 | 135 | 56 | 0 | 36 | 60 | 215 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1011101 | 101110 | 0 | 11110 | 110000 | 10001101 | 11110 | 101000 |
Color Harmonies of #48855D
Complementary color
Monochromatic Colors of #48855D
Black with #48855D
Text Example
Text Example
White with #48855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48855D; }
p { color: rgb(72,133,93); }
H1.HeaderClassName
{
color: #48855D;
}
.AnyTagClassName
{
color: #48855D;
}
</style>
background-color css
<style>
a { background-color: #48855D; }
a { background-color: rgb(72,133,93); }
div.DivClassName
{
background-color: #48855D;
}
.BgClassName
{
background-color: #48855D;
}
</style>
border-color css
<style>
span { border-color: #48855D; }
span { border-color: rgb(72,133,93); }
td.TdClassName
{
border-color: #48855D;
}
.TagClassName
{
border-color: #48855D;
}
</style>