Shades of Hippie Green #548D5D
Tints of Hippie Green #548D5D
RGB
CMYK
RGB Variations
Color information
#548D5D (or 0x548D5D) is known color: Hippie Green. HEX triplet: 54, 8D and 5D. RGB value is (84,141,93). Sum of RGB (Red+Green+Blue) = 84+141+93=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #548D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D5D is #AB72A2. Grayscale: #767676. Windows color (decimal): -11236003 or 6131028. OLE color: 6131028.
HSL color Cylindrical-coordinate representation of color #548D5D: hue angle of 129.47º 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 #548D5D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 93 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.45 |
| HSL | 129.47º | 0.25% | 0.44% | - |
| HSV(B) | 129.47º | 0.4% | 0.55% | - |
| XYZ | 15.16 | 21.72 | 13.75 | - |
| YUV | 118.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 93 | 0.40 | 0 | 0.34 | 0.45 | 129.47 | 0.25 | 0.44 |
| Hex | 54 | 8D | 5D | 28 | 0 | 22 | 2D | 81 | 19 | 2C |
| Octal | 124 | 215 | 135 | 50 | 0 | 42 | 55 | 201 | 31 | 54 |
| Binary | 1010100 | 10001101 | 1011101 | 101000 | 0 | 100010 | 101101 | 10000001 | 11001 | 101100 |
Color Harmonies of #548D5D
Complementary color
Monochromatic Colors of #548D5D
Black with #548D5D
Text Example
Text Example
White with #548D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D5D; }
p { color: rgb(84,141,93); }
H1.HeaderClassName
{
color: #548D5D;
}
.AnyTagClassName
{
color: #548D5D;
}
</style>
background-color css
<style>
a { background-color: #548D5D; }
a { background-color: rgb(84,141,93); }
div.DivClassName
{
background-color: #548D5D;
}
.BgClassName
{
background-color: #548D5D;
}
</style>
border-color css
<style>
span { border-color: #548D5D; }
span { border-color: rgb(84,141,93); }
td.TdClassName
{
border-color: #548D5D;
}
.TagClassName
{
border-color: #548D5D;
}
</style>