Shades of Como #48825B
Tints of Como #48825B
RGB
CMYK
RGB Variations
Color information
#48825B (or 0x48825B) is known color: Como. HEX triplet: 48, 82 and 5B. RGB value is (72,130,91). Sum of RGB (Red+Green+Blue) = 72+130+91=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #48825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48825B is #B77DA4. Grayscale: #6C6C6C. Windows color (decimal): -12025253 or 5997128. OLE color: 5997128.
HSL color Cylindrical-coordinate representation of color #48825B: hue angle of 139.66º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48825B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 91 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.49 |
| HSL | 139.66º | 0.29% | 0.4% | - |
| HSV(B) | 139.66º | 0.45% | 0.51% | - |
| XYZ | 12.54 | 18.1 | 12.73 | - |
| YUV | 108.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 91 | 0.45 | 0 | 0.30 | 0.49 | 139.66 | 0.29 | 0.4 |
| Hex | 48 | 82 | 5B | 2D | 0 | 1E | 31 | 8C | 1D | 28 |
| Octal | 110 | 202 | 133 | 55 | 0 | 36 | 61 | 214 | 35 | 50 |
| Binary | 1001000 | 10000010 | 1011011 | 101101 | 0 | 11110 | 110001 | 10001100 | 11101 | 101000 |
Color Harmonies of #48825B
Complementary color
Monochromatic Colors of #48825B
Black with #48825B
Text Example
Text Example
White with #48825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48825B; }
p { color: rgb(72,130,91); }
H1.HeaderClassName
{
color: #48825B;
}
.AnyTagClassName
{
color: #48825B;
}
</style>
background-color css
<style>
a { background-color: #48825B; }
a { background-color: rgb(72,130,91); }
div.DivClassName
{
background-color: #48825B;
}
.BgClassName
{
background-color: #48825B;
}
</style>
border-color css
<style>
span { border-color: #48825B; }
span { border-color: rgb(72,130,91); }
td.TdClassName
{
border-color: #48825B;
}
.TagClassName
{
border-color: #48825B;
}
</style>