Shades of Como #548866
Tints of Como #548866
RGB
CMYK
RGB Variations
Color information
#548866 (or 0x548866) is known color: Como. HEX triplet: 54, 88 and 66. RGB value is (84,136,102). Sum of RGB (Red+Green+Blue) = 84+136+102=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #548866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548866 is #AB7799. Grayscale: #747474. Windows color (decimal): -11237274 or 6719572. OLE color: 6719572.
HSL color Cylindrical-coordinate representation of color #548866: hue angle of 140.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548866 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 102 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.47 |
| HSL | 140.77º | 0.24% | 0.43% | - |
| HSV(B) | 140.77º | 0.38% | 0.53% | - |
| XYZ | 14.86 | 20.45 | 15.73 | - |
| YUV | 116.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 102 | 0.38 | 0 | 0.25 | 0.47 | 140.77 | 0.24 | 0.43 |
| Hex | 54 | 88 | 66 | 26 | 0 | 19 | 2F | 8D | 18 | 2B |
| Octal | 124 | 210 | 146 | 46 | 0 | 31 | 57 | 215 | 30 | 53 |
| Binary | 1010100 | 10001000 | 1100110 | 100110 | 0 | 11001 | 101111 | 10001101 | 11000 | 101011 |
Color Harmonies of #548866
Complementary color
Monochromatic Colors of #548866
Black with #548866
Text Example
Text Example
White with #548866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548866; }
p { color: rgb(84,136,102); }
H1.HeaderClassName
{
color: #548866;
}
.AnyTagClassName
{
color: #548866;
}
</style>
background-color css
<style>
a { background-color: #548866; }
a { background-color: rgb(84,136,102); }
div.DivClassName
{
background-color: #548866;
}
.BgClassName
{
background-color: #548866;
}
</style>
border-color css
<style>
span { border-color: #548866; }
span { border-color: rgb(84,136,102); }
td.TdClassName
{
border-color: #548866;
}
.TagClassName
{
border-color: #548866;
}
</style>