Shades of Como #48805C
Tints of Como #48805C
RGB
CMYK
RGB Variations
Color information
#48805C (or 0x48805C) is known color: Como. HEX triplet: 48, 80 and 5C. RGB value is (72,128,92). Sum of RGB (Red+Green+Blue) = 72+128+92=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #48805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48805C is #B77FA3. Grayscale: #6B6B6B. Windows color (decimal): -12025764 or 6062152. OLE color: 6062152.
HSL color Cylindrical-coordinate representation of color #48805C: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48805C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 92 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.50 |
| HSL | 141.43º | 0.28% | 0.39% | - |
| HSV(B) | 141.43º | 0.44% | 0.5% | - |
| XYZ | 12.32 | 17.59 | 12.87 | - |
| YUV | 107.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 92 | 0.44 | 0 | 0.28 | 0.50 | 141.43 | 0.28 | 0.39 |
| Hex | 48 | 80 | 5C | 2C | 0 | 1C | 32 | 8D | 1C | 27 |
| Octal | 110 | 200 | 134 | 54 | 0 | 34 | 62 | 215 | 34 | 47 |
| Binary | 1001000 | 10000000 | 1011100 | 101100 | 0 | 11100 | 110010 | 10001101 | 11100 | 100111 |
Color Harmonies of #48805C
Complementary color
Monochromatic Colors of #48805C
Black with #48805C
Text Example
Text Example
White with #48805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48805C; }
p { color: rgb(72,128,92); }
H1.HeaderClassName
{
color: #48805C;
}
.AnyTagClassName
{
color: #48805C;
}
</style>
background-color css
<style>
a { background-color: #48805C; }
a { background-color: rgb(72,128,92); }
div.DivClassName
{
background-color: #48805C;
}
.BgClassName
{
background-color: #48805C;
}
</style>
border-color css
<style>
span { border-color: #48805C; }
span { border-color: rgb(72,128,92); }
td.TdClassName
{
border-color: #48805C;
}
.TagClassName
{
border-color: #48805C;
}
</style>