Shades of Hippie Green #548650
Tints of Hippie Green #548650
RGB
CMYK
RGB Variations
Color information
#548650 (or 0x548650) is known color: Hippie Green. HEX triplet: 54, 86 and 50. RGB value is (84,134,80). Sum of RGB (Red+Green+Blue) = 84+134+80=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #548650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548650 is #AB79AF. Grayscale: #717171. Windows color (decimal): -11237808 or 5277268. OLE color: 5277268.
HSL color Cylindrical-coordinate representation of color #548650: hue angle of 115.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548650 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 80 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.47 |
| HSL | 115.56º | 0.25% | 0.42% | - |
| HSV(B) | 115.56º | 0.4% | 0.53% | - |
| XYZ | 13.63 | 19.51 | 10.64 | - |
| YUV | 112.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 80 | 0.37 | 0 | 0.40 | 0.47 | 115.56 | 0.25 | 0.42 |
| Hex | 54 | 86 | 50 | 25 | 0 | 28 | 2F | 74 | 19 | 2A |
| Octal | 124 | 206 | 120 | 45 | 0 | 50 | 57 | 164 | 31 | 52 |
| Binary | 1010100 | 10000110 | 1010000 | 100101 | 0 | 101000 | 101111 | 1110100 | 11001 | 101010 |
Color Harmonies of #548650
Complementary color
Monochromatic Colors of #548650
Black with #548650
Text Example
Text Example
White with #548650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548650; }
p { color: rgb(84,134,80); }
H1.HeaderClassName
{
color: #548650;
}
.AnyTagClassName
{
color: #548650;
}
</style>
background-color css
<style>
a { background-color: #548650; }
a { background-color: rgb(84,134,80); }
div.DivClassName
{
background-color: #548650;
}
.BgClassName
{
background-color: #548650;
}
</style>
border-color css
<style>
span { border-color: #548650; }
span { border-color: rgb(84,134,80); }
td.TdClassName
{
border-color: #548650;
}
.TagClassName
{
border-color: #548650;
}
</style>