Shades of Como #48885C
Tints of Como #48885C
RGB
CMYK
RGB Variations
Color information
#48885C (or 0x48885C) is known color: Como. HEX triplet: 48, 88 and 5C. RGB value is (72,136,92). Sum of RGB (Red+Green+Blue) = 72+136+92=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #48885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48885C is #B777A3. Grayscale: #6F6F6F. Windows color (decimal): -12023716 or 6064200. OLE color: 6064200.
HSL color Cylindrical-coordinate representation of color #48885C: hue angle of 138.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48885C is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 92 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.47 |
| HSL | 138.75º | 0.31% | 0.41% | - |
| HSV(B) | 138.75º | 0.47% | 0.53% | - |
| XYZ | 13.41 | 19.76 | 13.23 | - |
| YUV | 111.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 92 | 0.47 | 0 | 0.32 | 0.47 | 138.75 | 0.31 | 0.41 |
| Hex | 48 | 88 | 5C | 2F | 0 | 20 | 2F | 8B | 1F | 29 |
| Octal | 110 | 210 | 134 | 57 | 0 | 40 | 57 | 213 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1011100 | 101111 | 0 | 100000 | 101111 | 10001011 | 11111 | 101001 |
Color Harmonies of #48885C
Complementary color
Monochromatic Colors of #48885C
Black with #48885C
Text Example
Text Example
White with #48885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48885C; }
p { color: rgb(72,136,92); }
H1.HeaderClassName
{
color: #48885C;
}
.AnyTagClassName
{
color: #48885C;
}
</style>
background-color css
<style>
a { background-color: #48885C; }
a { background-color: rgb(72,136,92); }
div.DivClassName
{
background-color: #48885C;
}
.BgClassName
{
background-color: #48885C;
}
</style>
border-color css
<style>
span { border-color: #48885C; }
span { border-color: rgb(72,136,92); }
td.TdClassName
{
border-color: #48885C;
}
.TagClassName
{
border-color: #48885C;
}
</style>