Shades of Como #486E56
Tints of Como #486E56
RGB
CMYK
RGB Variations
Color information
#486E56 (or 0x486E56) is known color: Como. HEX triplet: 48, 6E and 56. RGB value is (72,110,86). Sum of RGB (Red+Green+Blue) = 72+110+86=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #486E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E56 is #B791A9. Grayscale: #5F5F5F. Windows color (decimal): -12030378 or 5664328. OLE color: 5664328.
HSL color Cylindrical-coordinate representation of color #486E56: hue angle of 142.11º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E56 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 86 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.57 |
| HSL | 142.11º | 0.21% | 0.36% | - |
| HSV(B) | 142.11º | 0.35% | 0.43% | - |
| XYZ | 9.93 | 13.2 | 10.83 | - |
| YUV | 95.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 86 | 0.35 | 0 | 0.22 | 0.57 | 142.11 | 0.21 | 0.36 |
| Hex | 48 | 6E | 56 | 23 | 0 | 16 | 39 | 8E | 15 | 24 |
| Octal | 110 | 156 | 126 | 43 | 0 | 26 | 71 | 216 | 25 | 44 |
| Binary | 1001000 | 1101110 | 1010110 | 100011 | 0 | 10110 | 111001 | 10001110 | 10101 | 100100 |
Color Harmonies of #486E56
Complementary color
Monochromatic Colors of #486E56
Black with #486E56
Text Example
Text Example
White with #486E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E56; }
p { color: rgb(72,110,86); }
H1.HeaderClassName
{
color: #486E56;
}
.AnyTagClassName
{
color: #486E56;
}
</style>
background-color css
<style>
a { background-color: #486E56; }
a { background-color: rgb(72,110,86); }
div.DivClassName
{
background-color: #486E56;
}
.BgClassName
{
background-color: #486E56;
}
</style>
border-color css
<style>
span { border-color: #486E56; }
span { border-color: rgb(72,110,86); }
td.TdClassName
{
border-color: #486E56;
}
.TagClassName
{
border-color: #486E56;
}
</style>