Shades of Como #486D58
Tints of Como #486D58
RGB
CMYK
RGB Variations
Color information
#486D58 (or 0x486D58) is known color: Como. HEX triplet: 48, 6D and 58. RGB value is (72,109,88). Sum of RGB (Red+Green+Blue) = 72+109+88=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #486D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D58 is #B792A7. Grayscale: #5F5F5F. Windows color (decimal): -12030632 or 5795144. OLE color: 5795144.
HSL color Cylindrical-coordinate representation of color #486D58: hue angle of 145.95º 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 #486D58 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 88 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.57 |
| HSL | 145.95º | 0.2% | 0.35% | - |
| HSV(B) | 145.95º | 0.34% | 0.43% | - |
| XYZ | 9.9 | 13.02 | 11.22 | - |
| YUV | 95.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 88 | 0.34 | 0 | 0.19 | 0.57 | 145.95 | 0.2 | 0.35 |
| Hex | 48 | 6D | 58 | 22 | 0 | 13 | 39 | 92 | 14 | 23 |
| Octal | 110 | 155 | 130 | 42 | 0 | 23 | 71 | 222 | 24 | 43 |
| Binary | 1001000 | 1101101 | 1011000 | 100010 | 0 | 10011 | 111001 | 10010010 | 10100 | 100011 |
Color Harmonies of #486D58
Complementary color
Monochromatic Colors of #486D58
Black with #486D58
Text Example
Text Example
White with #486D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D58; }
p { color: rgb(72,109,88); }
H1.HeaderClassName
{
color: #486D58;
}
.AnyTagClassName
{
color: #486D58;
}
</style>
background-color css
<style>
a { background-color: #486D58; }
a { background-color: rgb(72,109,88); }
div.DivClassName
{
background-color: #486D58;
}
.BgClassName
{
background-color: #486D58;
}
</style>
border-color css
<style>
span { border-color: #486D58; }
span { border-color: rgb(72,109,88); }
td.TdClassName
{
border-color: #486D58;
}
.TagClassName
{
border-color: #486D58;
}
</style>