Shades of Hippie Green #549450
Tints of Hippie Green #549450
RGB
CMYK
RGB Variations
Color information
#549450 (or 0x549450) is known color: Hippie Green. HEX triplet: 54, 94 and 50. RGB value is (84,148,80). Sum of RGB (Red+Green+Blue) = 84+148+80=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #549450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549450 is #AB6BAF. Grayscale: #797979. Windows color (decimal): -11234224 or 5280852. OLE color: 5280852.
HSL color Cylindrical-coordinate representation of color #549450: hue angle of 116.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549450 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 80 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.42 |
| HSL | 116.47º | 0.3% | 0.45% | - |
| HSV(B) | 116.47º | 0.46% | 0.58% | - |
| XYZ | 15.69 | 23.64 | 11.33 | - |
| YUV | 121.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 80 | 0.43 | 0 | 0.46 | 0.42 | 116.47 | 0.3 | 0.45 |
| Hex | 54 | 94 | 50 | 2B | 0 | 2E | 2A | 74 | 1E | 2D |
| Octal | 124 | 224 | 120 | 53 | 0 | 56 | 52 | 164 | 36 | 55 |
| Binary | 1010100 | 10010100 | 1010000 | 101011 | 0 | 101110 | 101010 | 1110100 | 11110 | 101101 |
Color Harmonies of #549450
Complementary color
Monochromatic Colors of #549450
Black with #549450
Text Example
Text Example
White with #549450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549450; }
p { color: rgb(84,148,80); }
H1.HeaderClassName
{
color: #549450;
}
.AnyTagClassName
{
color: #549450;
}
</style>
background-color css
<style>
a { background-color: #549450; }
a { background-color: rgb(84,148,80); }
div.DivClassName
{
background-color: #549450;
}
.BgClassName
{
background-color: #549450;
}
</style>
border-color css
<style>
span { border-color: #549450; }
span { border-color: rgb(84,148,80); }
td.TdClassName
{
border-color: #549450;
}
.TagClassName
{
border-color: #549450;
}
</style>