Shades of Como #487B55
Tints of Como #487B55
RGB
CMYK
RGB Variations
Color information
#487B55 (or 0x487B55) is known color: Como. HEX triplet: 48, 7B and 55. RGB value is (72,123,85). Sum of RGB (Red+Green+Blue) = 72+123+85=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #487B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B55 is #B784AA. Grayscale: #676767. Windows color (decimal): -12027051 or 5602120. OLE color: 5602120.
HSL color Cylindrical-coordinate representation of color #487B55: hue angle of 135.29º 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 #487B55 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 85 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.52 |
| HSL | 135.29º | 0.26% | 0.38% | - |
| HSV(B) | 135.29º | 0.41% | 0.48% | - |
| XYZ | 11.4 | 16.2 | 11.12 | - |
| YUV | 103.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 85 | 0.41 | 0 | 0.31 | 0.52 | 135.29 | 0.26 | 0.38 |
| Hex | 48 | 7B | 55 | 29 | 0 | 1F | 34 | 87 | 1A | 26 |
| Octal | 110 | 173 | 125 | 51 | 0 | 37 | 64 | 207 | 32 | 46 |
| Binary | 1001000 | 1111011 | 1010101 | 101001 | 0 | 11111 | 110100 | 10000111 | 11010 | 100110 |
Color Harmonies of #487B55
Complementary color
Monochromatic Colors of #487B55
Black with #487B55
Text Example
Text Example
White with #487B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B55; }
p { color: rgb(72,123,85); }
H1.HeaderClassName
{
color: #487B55;
}
.AnyTagClassName
{
color: #487B55;
}
</style>
background-color css
<style>
a { background-color: #487B55; }
a { background-color: rgb(72,123,85); }
div.DivClassName
{
background-color: #487B55;
}
.BgClassName
{
background-color: #487B55;
}
</style>
border-color css
<style>
span { border-color: #487B55; }
span { border-color: rgb(72,123,85); }
td.TdClassName
{
border-color: #487B55;
}
.TagClassName
{
border-color: #487B55;
}
</style>