Shades of Como #487A59
Tints of Como #487A59
RGB
CMYK
RGB Variations
Color information
#487A59 (or 0x487A59) is known color: Como. HEX triplet: 48, 7A and 59. RGB value is (72,122,89). Sum of RGB (Red+Green+Blue) = 72+122+89=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #487A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A59 is #B785A6. Grayscale: #676767. Windows color (decimal): -12027303 or 5864008. OLE color: 5864008.
HSL color Cylindrical-coordinate representation of color #487A59: hue angle of 140.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A59 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 89 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.52 |
| HSL | 140.4º | 0.26% | 0.38% | - |
| HSV(B) | 140.4º | 0.41% | 0.48% | - |
| XYZ | 11.44 | 16.02 | 11.94 | - |
| YUV | 103.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 89 | 0.41 | 0 | 0.27 | 0.52 | 140.4 | 0.26 | 0.38 |
| Hex | 48 | 7A | 59 | 29 | 0 | 1B | 34 | 8C | 1A | 26 |
| Octal | 110 | 172 | 131 | 51 | 0 | 33 | 64 | 214 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1011001 | 101001 | 0 | 11011 | 110100 | 10001100 | 11010 | 100110 |
Color Harmonies of #487A59
Complementary color
Monochromatic Colors of #487A59
Black with #487A59
Text Example
Text Example
White with #487A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A59; }
p { color: rgb(72,122,89); }
H1.HeaderClassName
{
color: #487A59;
}
.AnyTagClassName
{
color: #487A59;
}
</style>
background-color css
<style>
a { background-color: #487A59; }
a { background-color: rgb(72,122,89); }
div.DivClassName
{
background-color: #487A59;
}
.BgClassName
{
background-color: #487A59;
}
</style>
border-color css
<style>
span { border-color: #487A59; }
span { border-color: rgb(72,122,89); }
td.TdClassName
{
border-color: #487A59;
}
.TagClassName
{
border-color: #487A59;
}
</style>