Shades of Hippie Green #547E50
Tints of Hippie Green #547E50
RGB
CMYK
RGB Variations
Color information
#547E50 (or 0x547E50) is known color: Hippie Green. HEX triplet: 54, 7E and 50. RGB value is (84,126,80). Sum of RGB (Red+Green+Blue) = 84+126+80=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #547E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E50 is #AB81AF. Grayscale: #6C6C6C. Windows color (decimal): -11239856 or 5275220. OLE color: 5275220.
HSL color Cylindrical-coordinate representation of color #547E50: hue angle of 114.78º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547E50 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 80 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.51 |
| HSL | 114.78º | 0.22% | 0.4% | - |
| HSV(B) | 114.78º | 0.37% | 0.49% | - |
| XYZ | 12.56 | 17.39 | 10.28 | - |
| YUV | 108.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 80 | 0.33 | 0 | 0.37 | 0.51 | 114.78 | 0.22 | 0.4 |
| Hex | 54 | 7E | 50 | 21 | 0 | 25 | 33 | 73 | 16 | 28 |
| Octal | 124 | 176 | 120 | 41 | 0 | 45 | 63 | 163 | 26 | 50 |
| Binary | 1010100 | 1111110 | 1010000 | 100001 | 0 | 100101 | 110011 | 1110011 | 10110 | 101000 |
Color Harmonies of #547E50
Complementary color
Monochromatic Colors of #547E50
Black with #547E50
Text Example
Text Example
White with #547E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E50; }
p { color: rgb(84,126,80); }
H1.HeaderClassName
{
color: #547E50;
}
.AnyTagClassName
{
color: #547E50;
}
</style>
background-color css
<style>
a { background-color: #547E50; }
a { background-color: rgb(84,126,80); }
div.DivClassName
{
background-color: #547E50;
}
.BgClassName
{
background-color: #547E50;
}
</style>
border-color css
<style>
span { border-color: #547E50; }
span { border-color: rgb(84,126,80); }
td.TdClassName
{
border-color: #547E50;
}
.TagClassName
{
border-color: #547E50;
}
</style>