Shades of Como #548964
Tints of Como #548964
RGB
CMYK
RGB Variations
Color information
#548964 (or 0x548964) is known color: Como. HEX triplet: 54, 89 and 64. RGB value is (84,137,100). Sum of RGB (Red+Green+Blue) = 84+137+100=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #548964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548964 is #AB769B. Grayscale: #757575. Windows color (decimal): -11237020 or 6588756. OLE color: 6588756.
HSL color Cylindrical-coordinate representation of color #548964: hue angle of 138.11º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548964 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 100 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.46 |
| HSL | 138.11º | 0.24% | 0.43% | - |
| HSV(B) | 138.11º | 0.39% | 0.54% | - |
| XYZ | 14.9 | 20.7 | 15.27 | - |
| YUV | 116.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 100 | 0.39 | 0 | 0.27 | 0.46 | 138.11 | 0.24 | 0.43 |
| Hex | 54 | 89 | 64 | 27 | 0 | 1B | 2E | 8A | 18 | 2B |
| Octal | 124 | 211 | 144 | 47 | 0 | 33 | 56 | 212 | 30 | 53 |
| Binary | 1010100 | 10001001 | 1100100 | 100111 | 0 | 11011 | 101110 | 10001010 | 11000 | 101011 |
Color Harmonies of #548964
Complementary color
Monochromatic Colors of #548964
Black with #548964
Text Example
Text Example
White with #548964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548964; }
p { color: rgb(84,137,100); }
H1.HeaderClassName
{
color: #548964;
}
.AnyTagClassName
{
color: #548964;
}
</style>
background-color css
<style>
a { background-color: #548964; }
a { background-color: rgb(84,137,100); }
div.DivClassName
{
background-color: #548964;
}
.BgClassName
{
background-color: #548964;
}
</style>
border-color css
<style>
span { border-color: #548964; }
span { border-color: rgb(84,137,100); }
td.TdClassName
{
border-color: #548964;
}
.TagClassName
{
border-color: #548964;
}
</style>