Shades of Hippie Green #548D51
Tints of Hippie Green #548D51
RGB
CMYK
RGB Variations
Color information
#548D51 (or 0x548D51) is known color: Hippie Green. HEX triplet: 54, 8D and 51. RGB value is (84,141,81). Sum of RGB (Red+Green+Blue) = 84+141+81=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #548D51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D51 is #AB72AE. Grayscale: #757575. Windows color (decimal): -11236015 or 5344596. OLE color: 5344596.
HSL color Cylindrical-coordinate representation of color #548D51: hue angle of 117º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #548D51 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 81 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.45 |
| HSL | 117º | 0.27% | 0.44% | - |
| HSV(B) | 117º | 0.43% | 0.55% | - |
| XYZ | 14.67 | 21.53 | 11.17 | - |
| YUV | 117.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 81 | 0.40 | 0 | 0.43 | 0.45 | 117 | 0.27 | 0.44 |
| Hex | 54 | 8D | 51 | 28 | 0 | 2B | 2D | 75 | 1B | 2C |
| Octal | 124 | 215 | 121 | 50 | 0 | 53 | 55 | 165 | 33 | 54 |
| Binary | 1010100 | 10001101 | 1010001 | 101000 | 0 | 101011 | 101101 | 1110101 | 11011 | 101100 |
Color Harmonies of #548D51
Complementary color
Monochromatic Colors of #548D51
Black with #548D51
Text Example
Text Example
White with #548D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D51; }
p { color: rgb(84,141,81); }
H1.HeaderClassName
{
color: #548D51;
}
.AnyTagClassName
{
color: #548D51;
}
</style>
background-color css
<style>
a { background-color: #548D51; }
a { background-color: rgb(84,141,81); }
div.DivClassName
{
background-color: #548D51;
}
.BgClassName
{
background-color: #548D51;
}
</style>
border-color css
<style>
span { border-color: #548D51; }
span { border-color: rgb(84,141,81); }
td.TdClassName
{
border-color: #548D51;
}
.TagClassName
{
border-color: #548D51;
}
</style>