Shades of Como #487B5C
Tints of Como #487B5C
RGB
CMYK
RGB Variations
Color information
#487B5C (or 0x487B5C) is known color: Como. HEX triplet: 48, 7B and 5C. RGB value is (72,123,92). Sum of RGB (Red+Green+Blue) = 72+123+92=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #487B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B5C is #B784A3. Grayscale: #686868. Windows color (decimal): -12027044 or 6060872. OLE color: 6060872.
HSL color Cylindrical-coordinate representation of color #487B5C: hue angle of 143.53º 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 #487B5C is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 92 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.52 |
| HSL | 143.53º | 0.26% | 0.38% | - |
| HSV(B) | 143.53º | 0.41% | 0.48% | - |
| XYZ | 11.69 | 16.32 | 12.66 | - |
| YUV | 104.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 92 | 0.41 | 0 | 0.25 | 0.52 | 143.53 | 0.26 | 0.38 |
| Hex | 48 | 7B | 5C | 29 | 0 | 19 | 34 | 90 | 1A | 26 |
| Octal | 110 | 173 | 134 | 51 | 0 | 31 | 64 | 220 | 32 | 46 |
| Binary | 1001000 | 1111011 | 1011100 | 101001 | 0 | 11001 | 110100 | 10010000 | 11010 | 100110 |
Color Harmonies of #487B5C
Complementary color
Monochromatic Colors of #487B5C
Black with #487B5C
Text Example
Text Example
White with #487B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B5C; }
p { color: rgb(72,123,92); }
H1.HeaderClassName
{
color: #487B5C;
}
.AnyTagClassName
{
color: #487B5C;
}
</style>
background-color css
<style>
a { background-color: #487B5C; }
a { background-color: rgb(72,123,92); }
div.DivClassName
{
background-color: #487B5C;
}
.BgClassName
{
background-color: #487B5C;
}
</style>
border-color css
<style>
span { border-color: #487B5C; }
span { border-color: rgb(72,123,92); }
td.TdClassName
{
border-color: #487B5C;
}
.TagClassName
{
border-color: #487B5C;
}
</style>