Shades of Como #486D56
Tints of Como #486D56
RGB
CMYK
RGB Variations
Color information
#486D56 (or 0x486D56) is known color: Como. HEX triplet: 48, 6D and 56. RGB value is (72,109,86). Sum of RGB (Red+Green+Blue) = 72+109+86=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #486D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D56 is #B792A9. Grayscale: #5F5F5F. Windows color (decimal): -12030634 or 5664072. OLE color: 5664072.
HSL color Cylindrical-coordinate representation of color #486D56: hue angle of 142.7º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D56 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 86 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.57 |
| HSL | 142.7º | 0.2% | 0.35% | - |
| HSV(B) | 142.7º | 0.34% | 0.43% | - |
| XYZ | 9.82 | 12.99 | 10.79 | - |
| YUV | 95.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 86 | 0.34 | 0 | 0.21 | 0.57 | 142.7 | 0.2 | 0.35 |
| Hex | 48 | 6D | 56 | 22 | 0 | 15 | 39 | 8F | 14 | 23 |
| Octal | 110 | 155 | 126 | 42 | 0 | 25 | 71 | 217 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1010110 | 100010 | 0 | 10101 | 111001 | 10001111 | 10100 | 100011 |
Color Harmonies of #486D56
Complementary color
Monochromatic Colors of #486D56
Black with #486D56
Text Example
Text Example
White with #486D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D56; }
p { color: rgb(72,109,86); }
H1.HeaderClassName
{
color: #486D56;
}
.AnyTagClassName
{
color: #486D56;
}
</style>
background-color css
<style>
a { background-color: #486D56; }
a { background-color: rgb(72,109,86); }
div.DivClassName
{
background-color: #486D56;
}
.BgClassName
{
background-color: #486D56;
}
</style>
border-color css
<style>
span { border-color: #486D56; }
span { border-color: rgb(72,109,86); }
td.TdClassName
{
border-color: #486D56;
}
.TagClassName
{
border-color: #486D56;
}
</style>