Shades of Hippie Green #549449
Tints of Hippie Green #549449
RGB
CMYK
RGB Variations
Color information
#549449 (or 0x549449) is known color: Hippie Green. HEX triplet: 54, 94 and 49. RGB value is (84,148,73). Sum of RGB (Red+Green+Blue) = 84+148+73=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #549449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549449 is #AB6BB6. Grayscale: #787878. Windows color (decimal): -11234231 or 4822100. OLE color: 4822100.
HSL color Cylindrical-coordinate representation of color #549449: hue angle of 111.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549449 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 73 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.42 |
| HSL | 111.2º | 0.34% | 0.43% | - |
| HSV(B) | 111.2º | 0.51% | 0.58% | - |
| XYZ | 15.45 | 23.55 | 10.03 | - |
| YUV | 120.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 73 | 0.43 | 0 | 0.51 | 0.42 | 111.2 | 0.34 | 0.43 |
| Hex | 54 | 94 | 49 | 2B | 0 | 33 | 2A | 6F | 22 | 2B |
| Octal | 124 | 224 | 111 | 53 | 0 | 63 | 52 | 157 | 42 | 53 |
| Binary | 1010100 | 10010100 | 1001001 | 101011 | 0 | 110011 | 101010 | 1101111 | 100010 | 101011 |
Color Harmonies of #549449
Complementary color
Monochromatic Colors of #549449
Black with #549449
Text Example
Text Example
White with #549449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549449; }
p { color: rgb(84,148,73); }
H1.HeaderClassName
{
color: #549449;
}
.AnyTagClassName
{
color: #549449;
}
</style>
background-color css
<style>
a { background-color: #549449; }
a { background-color: rgb(84,148,73); }
div.DivClassName
{
background-color: #549449;
}
.BgClassName
{
background-color: #549449;
}
</style>
border-color css
<style>
span { border-color: #549449; }
span { border-color: rgb(84,148,73); }
td.TdClassName
{
border-color: #549449;
}
.TagClassName
{
border-color: #549449;
}
</style>