Shades of Como #487A56
Tints of Como #487A56
RGB
CMYK
RGB Variations
Color information
#487A56 (or 0x487A56) is known color: Como. HEX triplet: 48, 7A and 56. RGB value is (72,122,86). Sum of RGB (Red+Green+Blue) = 72+122+86=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #487A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A56 is #B785A9. Grayscale: #676767. Windows color (decimal): -12027306 or 5667400. OLE color: 5667400.
HSL color Cylindrical-coordinate representation of color #487A56: hue angle of 136.8º 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 #487A56 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 86 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.52 |
| HSL | 136.8º | 0.26% | 0.38% | - |
| HSV(B) | 136.8º | 0.41% | 0.48% | - |
| XYZ | 11.31 | 15.97 | 11.29 | - |
| YUV | 102.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 86 | 0.41 | 0 | 0.30 | 0.52 | 136.8 | 0.26 | 0.38 |
| Hex | 48 | 7A | 56 | 29 | 0 | 1E | 34 | 89 | 1A | 26 |
| Octal | 110 | 172 | 126 | 51 | 0 | 36 | 64 | 211 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1010110 | 101001 | 0 | 11110 | 110100 | 10001001 | 11010 | 100110 |
Color Harmonies of #487A56
Complementary color
Monochromatic Colors of #487A56
Black with #487A56
Text Example
Text Example
White with #487A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A56; }
p { color: rgb(72,122,86); }
H1.HeaderClassName
{
color: #487A56;
}
.AnyTagClassName
{
color: #487A56;
}
</style>
background-color css
<style>
a { background-color: #487A56; }
a { background-color: rgb(72,122,86); }
div.DivClassName
{
background-color: #487A56;
}
.BgClassName
{
background-color: #487A56;
}
</style>
border-color css
<style>
span { border-color: #487A56; }
span { border-color: rgb(72,122,86); }
td.TdClassName
{
border-color: #487A56;
}
.TagClassName
{
border-color: #487A56;
}
</style>