Shades of Como #548A64
Tints of Como #548A64
RGB
CMYK
RGB Variations
Color information
#548A64 (or 0x548A64) is known color: Como. HEX triplet: 54, 8A and 64. RGB value is (84,138,100). Sum of RGB (Red+Green+Blue) = 84+138+100=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #548A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A64 is #AB759B. Grayscale: #757575. Windows color (decimal): -11236764 or 6589012. OLE color: 6589012.
HSL color Cylindrical-coordinate representation of color #548A64: hue angle of 137.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A64 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 100 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.46 |
| HSL | 137.78º | 0.24% | 0.44% | - |
| HSV(B) | 137.78º | 0.39% | 0.54% | - |
| XYZ | 15.04 | 20.98 | 15.31 | - |
| YUV | 117.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 100 | 0.39 | 0 | 0.28 | 0.46 | 137.78 | 0.24 | 0.44 |
| Hex | 54 | 8A | 64 | 27 | 0 | 1C | 2E | 8A | 18 | 2C |
| Octal | 124 | 212 | 144 | 47 | 0 | 34 | 56 | 212 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1100100 | 100111 | 0 | 11100 | 101110 | 10001010 | 11000 | 101100 |
Color Harmonies of #548A64
Complementary color
Monochromatic Colors of #548A64
Black with #548A64
Text Example
Text Example
White with #548A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A64; }
p { color: rgb(84,138,100); }
H1.HeaderClassName
{
color: #548A64;
}
.AnyTagClassName
{
color: #548A64;
}
</style>
background-color css
<style>
a { background-color: #548A64; }
a { background-color: rgb(84,138,100); }
div.DivClassName
{
background-color: #548A64;
}
.BgClassName
{
background-color: #548A64;
}
</style>
border-color css
<style>
span { border-color: #548A64; }
span { border-color: rgb(84,138,100); }
td.TdClassName
{
border-color: #548A64;
}
.TagClassName
{
border-color: #548A64;
}
</style>