Shades of Como #548B5F
Tints of Como #548B5F
RGB
CMYK
RGB Variations
Color information
#548B5F (or 0x548B5F) is known color: Como. HEX triplet: 54, 8B and 5F. RGB value is (84,139,95). Sum of RGB (Red+Green+Blue) = 84+139+95=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #548B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B5F is #AB74A0. Grayscale: #757575. Windows color (decimal): -11236513 or 6261588. OLE color: 6261588.
HSL color Cylindrical-coordinate representation of color #548B5F: hue angle of 132º 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 #548B5F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 95 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.45 |
| HSL | 132º | 0.25% | 0.44% | - |
| HSV(B) | 132º | 0.4% | 0.55% | - |
| XYZ | 14.95 | 21.18 | 14.13 | - |
| YUV | 117.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 95 | 0.40 | 0 | 0.32 | 0.45 | 132 | 0.25 | 0.44 |
| Hex | 54 | 8B | 5F | 28 | 0 | 20 | 2D | 84 | 19 | 2C |
| Octal | 124 | 213 | 137 | 50 | 0 | 40 | 55 | 204 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1011111 | 101000 | 0 | 100000 | 101101 | 10000100 | 11001 | 101100 |
Color Harmonies of #548B5F
Complementary color
Monochromatic Colors of #548B5F
Black with #548B5F
Text Example
Text Example
White with #548B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B5F; }
p { color: rgb(84,139,95); }
H1.HeaderClassName
{
color: #548B5F;
}
.AnyTagClassName
{
color: #548B5F;
}
</style>
background-color css
<style>
a { background-color: #548B5F; }
a { background-color: rgb(84,139,95); }
div.DivClassName
{
background-color: #548B5F;
}
.BgClassName
{
background-color: #548B5F;
}
</style>
border-color css
<style>
span { border-color: #548B5F; }
span { border-color: rgb(84,139,95); }
td.TdClassName
{
border-color: #548B5F;
}
.TagClassName
{
border-color: #548B5F;
}
</style>