Shades of Como #488B5B
Tints of Como #488B5B
RGB
CMYK
RGB Variations
Color information
#488B5B (or 0x488B5B) is known color: Como. HEX triplet: 48, 8B and 5B. RGB value is (72,139,91). Sum of RGB (Red+Green+Blue) = 72+139+91=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #488B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B5B is #B774A4. Grayscale: #717171. Windows color (decimal): -12022949 or 5999432. OLE color: 5999432.
HSL color Cylindrical-coordinate representation of color #488B5B: hue angle of 137.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B5B is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 91 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.45 |
| HSL | 137.01º | 0.32% | 0.41% | - |
| HSV(B) | 137.01º | 0.48% | 0.55% | - |
| XYZ | 13.79 | 20.6 | 13.15 | - |
| YUV | 113.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 91 | 0.48 | 0 | 0.35 | 0.45 | 137.01 | 0.32 | 0.41 |
| Hex | 48 | 8B | 5B | 30 | 0 | 23 | 2D | 89 | 20 | 29 |
| Octal | 110 | 213 | 133 | 60 | 0 | 43 | 55 | 211 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1011011 | 110000 | 0 | 100011 | 101101 | 10001001 | 100000 | 101001 |
Color Harmonies of #488B5B
Complementary color
Monochromatic Colors of #488B5B
Black with #488B5B
Text Example
Text Example
White with #488B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B5B; }
p { color: rgb(72,139,91); }
H1.HeaderClassName
{
color: #488B5B;
}
.AnyTagClassName
{
color: #488B5B;
}
</style>
background-color css
<style>
a { background-color: #488B5B; }
a { background-color: rgb(72,139,91); }
div.DivClassName
{
background-color: #488B5B;
}
.BgClassName
{
background-color: #488B5B;
}
</style>
border-color css
<style>
span { border-color: #488B5B; }
span { border-color: rgb(72,139,91); }
td.TdClassName
{
border-color: #488B5B;
}
.TagClassName
{
border-color: #488B5B;
}
</style>