Shades of Como #48875B
Tints of Como #48875B
RGB
CMYK
RGB Variations
Color information
#48875B (or 0x48875B) is known color: Como. HEX triplet: 48, 87 and 5B. RGB value is (72,135,91). Sum of RGB (Red+Green+Blue) = 72+135+91=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #48875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48875B is #B778A4. Grayscale: #6F6F6F. Windows color (decimal): -12023973 or 5998408. OLE color: 5998408.
HSL color Cylindrical-coordinate representation of color #48875B: hue angle of 138.1º degrees, saturation: 0.3, 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 #48875B is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 91 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.47 |
| HSL | 138.1º | 0.3% | 0.41% | - |
| HSV(B) | 138.1º | 0.47% | 0.53% | - |
| XYZ | 13.22 | 19.46 | 12.96 | - |
| YUV | 111.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 91 | 0.47 | 0 | 0.33 | 0.47 | 138.1 | 0.3 | 0.41 |
| Hex | 48 | 87 | 5B | 2F | 0 | 21 | 2F | 8A | 1E | 29 |
| Octal | 110 | 207 | 133 | 57 | 0 | 41 | 57 | 212 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1011011 | 101111 | 0 | 100001 | 101111 | 10001010 | 11110 | 101001 |
Color Harmonies of #48875B
Complementary color
Monochromatic Colors of #48875B
Black with #48875B
Text Example
Text Example
White with #48875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48875B; }
p { color: rgb(72,135,91); }
H1.HeaderClassName
{
color: #48875B;
}
.AnyTagClassName
{
color: #48875B;
}
</style>
background-color css
<style>
a { background-color: #48875B; }
a { background-color: rgb(72,135,91); }
div.DivClassName
{
background-color: #48875B;
}
.BgClassName
{
background-color: #48875B;
}
</style>
border-color css
<style>
span { border-color: #48875B; }
span { border-color: rgb(72,135,91); }
td.TdClassName
{
border-color: #48875B;
}
.TagClassName
{
border-color: #48875B;
}
</style>