Shades of Hippie Green #548D5A
Tints of Hippie Green #548D5A
RGB
CMYK
RGB Variations
Color information
#548D5A (or 0x548D5A) is known color: Hippie Green. HEX triplet: 54, 8D and 5A. RGB value is (84,141,90). Sum of RGB (Red+Green+Blue) = 84+141+90=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #548D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D5A is #AB72A5. Grayscale: #767676. Windows color (decimal): -11236006 or 5934420. OLE color: 5934420.
HSL color Cylindrical-coordinate representation of color #548D5A: hue angle of 126.32º 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 #548D5A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 90 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.45 |
| HSL | 126.32º | 0.25% | 0.44% | - |
| HSV(B) | 126.32º | 0.4% | 0.55% | - |
| XYZ | 15.03 | 21.67 | 13.06 | - |
| YUV | 118.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 90 | 0.40 | 0 | 0.36 | 0.45 | 126.32 | 0.25 | 0.44 |
| Hex | 54 | 8D | 5A | 28 | 0 | 24 | 2D | 7E | 19 | 2C |
| Octal | 124 | 215 | 132 | 50 | 0 | 44 | 55 | 176 | 31 | 54 |
| Binary | 1010100 | 10001101 | 1011010 | 101000 | 0 | 100100 | 101101 | 1111110 | 11001 | 101100 |
Color Harmonies of #548D5A
Complementary color
Monochromatic Colors of #548D5A
Black with #548D5A
Text Example
Text Example
White with #548D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D5A; }
p { color: rgb(84,141,90); }
H1.HeaderClassName
{
color: #548D5A;
}
.AnyTagClassName
{
color: #548D5A;
}
</style>
background-color css
<style>
a { background-color: #548D5A; }
a { background-color: rgb(84,141,90); }
div.DivClassName
{
background-color: #548D5A;
}
.BgClassName
{
background-color: #548D5A;
}
</style>
border-color css
<style>
span { border-color: #548D5A; }
span { border-color: rgb(84,141,90); }
td.TdClassName
{
border-color: #548D5A;
}
.TagClassName
{
border-color: #548D5A;
}
</style>