Shades of Hippie Green #549549
Tints of Hippie Green #549549
RGB
CMYK
RGB Variations
Color information
#549549 (or 0x549549) is known color: Hippie Green. HEX triplet: 54, 95 and 49. RGB value is (84,149,73). Sum of RGB (Red+Green+Blue) = 84+149+73=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #549549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549549 is #AB6AB6. Grayscale: #797979. Windows color (decimal): -11233975 or 4822356. OLE color: 4822356.
HSL color Cylindrical-coordinate representation of color #549549: hue angle of 111.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549549 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 73 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.42 |
| HSL | 111.32º | 0.34% | 0.44% | - |
| HSV(B) | 111.32º | 0.51% | 0.58% | - |
| XYZ | 15.61 | 23.86 | 10.09 | - |
| YUV | 120.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 73 | 0.44 | 0 | 0.51 | 0.42 | 111.32 | 0.34 | 0.44 |
| Hex | 54 | 95 | 49 | 2C | 0 | 33 | 2A | 6F | 22 | 2C |
| Octal | 124 | 225 | 111 | 54 | 0 | 63 | 52 | 157 | 42 | 54 |
| Binary | 1010100 | 10010101 | 1001001 | 101100 | 0 | 110011 | 101010 | 1101111 | 100010 | 101100 |
Color Harmonies of #549549
Complementary color
Monochromatic Colors of #549549
Black with #549549
Text Example
Text Example
White with #549549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549549; }
p { color: rgb(84,149,73); }
H1.HeaderClassName
{
color: #549549;
}
.AnyTagClassName
{
color: #549549;
}
</style>
background-color css
<style>
a { background-color: #549549; }
a { background-color: rgb(84,149,73); }
div.DivClassName
{
background-color: #549549;
}
.BgClassName
{
background-color: #549549;
}
</style>
border-color css
<style>
span { border-color: #549549; }
span { border-color: rgb(84,149,73); }
td.TdClassName
{
border-color: #549549;
}
.TagClassName
{
border-color: #549549;
}
</style>