Shades of Como #488559
Tints of Como #488559
RGB
CMYK
RGB Variations
Color information
#488559 (or 0x488559) is known color: Como. HEX triplet: 48, 85 and 59. RGB value is (72,133,89). Sum of RGB (Red+Green+Blue) = 72+133+89=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #488559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488559 is #B77AA6. Grayscale: #6D6D6D. Windows color (decimal): -12024487 or 5866824. OLE color: 5866824.
HSL color Cylindrical-coordinate representation of color #488559: hue angle of 136.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488559 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 89 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.48 |
| HSL | 136.72º | 0.3% | 0.4% | - |
| HSV(B) | 136.72º | 0.46% | 0.52% | - |
| XYZ | 12.86 | 18.87 | 12.42 | - |
| YUV | 109.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 89 | 0.46 | 0 | 0.33 | 0.48 | 136.72 | 0.3 | 0.4 |
| Hex | 48 | 85 | 59 | 2E | 0 | 21 | 30 | 89 | 1E | 28 |
| Octal | 110 | 205 | 131 | 56 | 0 | 41 | 60 | 211 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1011001 | 101110 | 0 | 100001 | 110000 | 10001001 | 11110 | 101000 |
Color Harmonies of #488559
Complementary color
Monochromatic Colors of #488559
Black with #488559
Text Example
Text Example
White with #488559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488559; }
p { color: rgb(72,133,89); }
H1.HeaderClassName
{
color: #488559;
}
.AnyTagClassName
{
color: #488559;
}
</style>
background-color css
<style>
a { background-color: #488559; }
a { background-color: rgb(72,133,89); }
div.DivClassName
{
background-color: #488559;
}
.BgClassName
{
background-color: #488559;
}
</style>
border-color css
<style>
span { border-color: #488559; }
span { border-color: rgb(72,133,89); }
td.TdClassName
{
border-color: #488559;
}
.TagClassName
{
border-color: #488559;
}
</style>