Shades of Como #48865C
Tints of Como #48865C
RGB
CMYK
RGB Variations
Color information
#48865C (or 0x48865C) is known color: Como. HEX triplet: 48, 86 and 5C. RGB value is (72,134,92). Sum of RGB (Red+Green+Blue) = 72+134+92=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #48865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48865C is #B779A3. Grayscale: #6E6E6E. Windows color (decimal): -12024228 or 6063688. OLE color: 6063688.
HSL color Cylindrical-coordinate representation of color #48865C: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48865C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 92 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.47 |
| HSL | 139.35º | 0.3% | 0.4% | - |
| HSV(B) | 139.35º | 0.46% | 0.53% | - |
| XYZ | 13.13 | 19.2 | 13.14 | - |
| YUV | 110.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 92 | 0.46 | 0 | 0.31 | 0.47 | 139.35 | 0.3 | 0.4 |
| Hex | 48 | 86 | 5C | 2E | 0 | 1F | 2F | 8B | 1E | 28 |
| Octal | 110 | 206 | 134 | 56 | 0 | 37 | 57 | 213 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1011100 | 101110 | 0 | 11111 | 101111 | 10001011 | 11110 | 101000 |
Color Harmonies of #48865C
Complementary color
Monochromatic Colors of #48865C
Black with #48865C
Text Example
Text Example
White with #48865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48865C; }
p { color: rgb(72,134,92); }
H1.HeaderClassName
{
color: #48865C;
}
.AnyTagClassName
{
color: #48865C;
}
</style>
background-color css
<style>
a { background-color: #48865C; }
a { background-color: rgb(72,134,92); }
div.DivClassName
{
background-color: #48865C;
}
.BgClassName
{
background-color: #48865C;
}
</style>
border-color css
<style>
span { border-color: #48865C; }
span { border-color: rgb(72,134,92); }
td.TdClassName
{
border-color: #48865C;
}
.TagClassName
{
border-color: #48865C;
}
</style>