Shades of Como #488B5A
Tints of Como #488B5A
RGB
CMYK
RGB Variations
Color information
#488B5A (or 0x488B5A) is known color: Como. HEX triplet: 48, 8B and 5A. RGB value is (72,139,90). Sum of RGB (Red+Green+Blue) = 72+139+90=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #488B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B5A is #B774A5. Grayscale: #717171. Windows color (decimal): -12022950 or 5933896. OLE color: 5933896.
HSL color Cylindrical-coordinate representation of color #488B5A: hue angle of 136.12º 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 #488B5A is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 90 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.45 |
| HSL | 136.12º | 0.32% | 0.41% | - |
| HSV(B) | 136.12º | 0.48% | 0.55% | - |
| XYZ | 13.75 | 20.58 | 12.92 | - |
| YUV | 113.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 90 | 0.48 | 0 | 0.35 | 0.45 | 136.12 | 0.32 | 0.41 |
| Hex | 48 | 8B | 5A | 30 | 0 | 23 | 2D | 88 | 20 | 29 |
| Octal | 110 | 213 | 132 | 60 | 0 | 43 | 55 | 210 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1011010 | 110000 | 0 | 100011 | 101101 | 10001000 | 100000 | 101001 |
Color Harmonies of #488B5A
Complementary color
Monochromatic Colors of #488B5A
Black with #488B5A
Text Example
Text Example
White with #488B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B5A; }
p { color: rgb(72,139,90); }
H1.HeaderClassName
{
color: #488B5A;
}
.AnyTagClassName
{
color: #488B5A;
}
</style>
background-color css
<style>
a { background-color: #488B5A; }
a { background-color: rgb(72,139,90); }
div.DivClassName
{
background-color: #488B5A;
}
.BgClassName
{
background-color: #488B5A;
}
</style>
border-color css
<style>
span { border-color: #488B5A; }
span { border-color: rgb(72,139,90); }
td.TdClassName
{
border-color: #488B5A;
}
.TagClassName
{
border-color: #488B5A;
}
</style>