Shades of Como #488959
Tints of Como #488959
RGB
CMYK
RGB Variations
Color information
#488959 (or 0x488959) is known color: Como. HEX triplet: 48, 89 and 59. RGB value is (72,137,89). Sum of RGB (Red+Green+Blue) = 72+137+89=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #488959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488959 is #B776A6. Grayscale: #707070. Windows color (decimal): -12023463 or 5867848. OLE color: 5867848.
HSL color Cylindrical-coordinate representation of color #488959: hue angle of 135.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488959 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 89 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.46 |
| HSL | 135.69º | 0.31% | 0.41% | - |
| HSV(B) | 135.69º | 0.47% | 0.54% | - |
| XYZ | 13.42 | 19.99 | 12.6 | - |
| YUV | 112.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 89 | 0.47 | 0 | 0.35 | 0.46 | 135.69 | 0.31 | 0.41 |
| Hex | 48 | 89 | 59 | 2F | 0 | 23 | 2E | 88 | 1F | 29 |
| Octal | 110 | 211 | 131 | 57 | 0 | 43 | 56 | 210 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1011001 | 101111 | 0 | 100011 | 101110 | 10001000 | 11111 | 101001 |
Color Harmonies of #488959
Complementary color
Monochromatic Colors of #488959
Black with #488959
Text Example
Text Example
White with #488959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488959; }
p { color: rgb(72,137,89); }
H1.HeaderClassName
{
color: #488959;
}
.AnyTagClassName
{
color: #488959;
}
</style>
background-color css
<style>
a { background-color: #488959; }
a { background-color: rgb(72,137,89); }
div.DivClassName
{
background-color: #488959;
}
.BgClassName
{
background-color: #488959;
}
</style>
border-color css
<style>
span { border-color: #488959; }
span { border-color: rgb(72,137,89); }
td.TdClassName
{
border-color: #488959;
}
.TagClassName
{
border-color: #488959;
}
</style>