Shades of Como #48795C
Tints of Como #48795C
RGB
CMYK
RGB Variations
Color information
#48795C (or 0x48795C) is known color: Como. HEX triplet: 48, 79 and 5C. RGB value is (72,121,92). Sum of RGB (Red+Green+Blue) = 72+121+92=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #48795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795C is #B786A3. Grayscale: #676767. Windows color (decimal): -12027556 or 6060360. OLE color: 6060360.
HSL color Cylindrical-coordinate representation of color #48795C: hue angle of 144.49º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48795C is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 92 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.53 |
| HSL | 144.49º | 0.25% | 0.38% | - |
| HSV(B) | 144.49º | 0.4% | 0.47% | - |
| XYZ | 11.44 | 15.83 | 12.58 | - |
| YUV | 103.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 92 | 0.40 | 0 | 0.24 | 0.53 | 144.49 | 0.25 | 0.38 |
| Hex | 48 | 79 | 5C | 28 | 0 | 18 | 35 | 90 | 19 | 26 |
| Octal | 110 | 171 | 134 | 50 | 0 | 30 | 65 | 220 | 31 | 46 |
| Binary | 1001000 | 1111001 | 1011100 | 101000 | 0 | 11000 | 110101 | 10010000 | 11001 | 100110 |
Color Harmonies of #48795C
Complementary color
Monochromatic Colors of #48795C
Black with #48795C
Text Example
Text Example
White with #48795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48795C; }
p { color: rgb(72,121,92); }
H1.HeaderClassName
{
color: #48795C;
}
.AnyTagClassName
{
color: #48795C;
}
</style>
background-color css
<style>
a { background-color: #48795C; }
a { background-color: rgb(72,121,92); }
div.DivClassName
{
background-color: #48795C;
}
.BgClassName
{
background-color: #48795C;
}
</style>
border-color css
<style>
span { border-color: #48795C; }
span { border-color: rgb(72,121,92); }
td.TdClassName
{
border-color: #48795C;
}
.TagClassName
{
border-color: #48795C;
}
</style>