Shades of Como #548B60
Tints of Como #548B60
RGB
CMYK
RGB Variations
Color information
#548B60 (or 0x548B60) is known color: Como. HEX triplet: 54, 8B and 60. RGB value is (84,139,96). Sum of RGB (Red+Green+Blue) = 84+139+96=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #548B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B60 is #AB749F. Grayscale: #757575. Windows color (decimal): -11236512 or 6327124. OLE color: 6327124.
HSL color Cylindrical-coordinate representation of color #548B60: hue angle of 133.09º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B60 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 96 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.45 |
| HSL | 133.09º | 0.25% | 0.44% | - |
| HSV(B) | 133.09º | 0.4% | 0.55% | - |
| XYZ | 15 | 21.19 | 14.37 | - |
| YUV | 117.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 96 | 0.40 | 0 | 0.31 | 0.45 | 133.09 | 0.25 | 0.44 |
| Hex | 54 | 8B | 60 | 28 | 0 | 1F | 2D | 85 | 19 | 2C |
| Octal | 124 | 213 | 140 | 50 | 0 | 37 | 55 | 205 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1100000 | 101000 | 0 | 11111 | 101101 | 10000101 | 11001 | 101100 |
Color Harmonies of #548B60
Complementary color
Monochromatic Colors of #548B60
Black with #548B60
Text Example
Text Example
White with #548B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B60; }
p { color: rgb(84,139,96); }
H1.HeaderClassName
{
color: #548B60;
}
.AnyTagClassName
{
color: #548B60;
}
</style>
background-color css
<style>
a { background-color: #548B60; }
a { background-color: rgb(84,139,96); }
div.DivClassName
{
background-color: #548B60;
}
.BgClassName
{
background-color: #548B60;
}
</style>
border-color css
<style>
span { border-color: #548B60; }
span { border-color: rgb(84,139,96); }
td.TdClassName
{
border-color: #548B60;
}
.TagClassName
{
border-color: #548B60;
}
</style>