Shades of Como #48735D
Tints of Como #48735D
RGB
CMYK
RGB Variations
Color information
#48735D (or 0x48735D) is known color: Como. HEX triplet: 48, 73 and 5D. RGB value is (72,115,93). Sum of RGB (Red+Green+Blue) = 72+115+93=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #48735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48735D is #B78CA2. Grayscale: #636363. Windows color (decimal): -12029091 or 6124360. OLE color: 6124360.
HSL color Cylindrical-coordinate representation of color #48735D: hue angle of 149.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48735D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 93 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.55 |
| HSL | 149.3º | 0.23% | 0.37% | - |
| HSV(B) | 149.3º | 0.37% | 0.45% | - |
| XYZ | 10.78 | 14.43 | 12.57 | - |
| YUV | 99.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 93 | 0.37 | 0 | 0.19 | 0.55 | 149.3 | 0.23 | 0.37 |
| Hex | 48 | 73 | 5D | 25 | 0 | 13 | 37 | 95 | 17 | 25 |
| Octal | 110 | 163 | 135 | 45 | 0 | 23 | 67 | 225 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1011101 | 100101 | 0 | 10011 | 110111 | 10010101 | 10111 | 100101 |
Color Harmonies of #48735D
Complementary color
Monochromatic Colors of #48735D
Black with #48735D
Text Example
Text Example
White with #48735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48735D; }
p { color: rgb(72,115,93); }
H1.HeaderClassName
{
color: #48735D;
}
.AnyTagClassName
{
color: #48735D;
}
</style>
background-color css
<style>
a { background-color: #48735D; }
a { background-color: rgb(72,115,93); }
div.DivClassName
{
background-color: #48735D;
}
.BgClassName
{
background-color: #48735D;
}
</style>
border-color css
<style>
span { border-color: #48735D; }
span { border-color: rgb(72,115,93); }
td.TdClassName
{
border-color: #48735D;
}
.TagClassName
{
border-color: #48735D;
}
</style>