Shades of Hippie Green #549048
Tints of Hippie Green #549048
RGB
CMYK
RGB Variations
Color information
#549048 (or 0x549048) is known color: Hippie Green. HEX triplet: 54, 90 and 48. RGB value is (84,144,72). Sum of RGB (Red+Green+Blue) = 84+144+72=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #549048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549048 is #AB6FB7. Grayscale: #767676. Windows color (decimal): -11235256 or 4755540. OLE color: 4755540.
HSL color Cylindrical-coordinate representation of color #549048: hue angle of 110º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549048 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 72 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.44 |
| HSL | 110º | 0.33% | 0.42% | - |
| HSV(B) | 110º | 0.5% | 0.56% | - |
| XYZ | 14.8 | 22.3 | 9.66 | - |
| YUV | 117.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 72 | 0.42 | 0 | 0.50 | 0.44 | 110 | 0.33 | 0.42 |
| Hex | 54 | 90 | 48 | 2A | 0 | 32 | 2C | 6E | 21 | 2A |
| Octal | 124 | 220 | 110 | 52 | 0 | 62 | 54 | 156 | 41 | 52 |
| Binary | 1010100 | 10010000 | 1001000 | 101010 | 0 | 110010 | 101100 | 1101110 | 100001 | 101010 |
Color Harmonies of #549048
Complementary color
Monochromatic Colors of #549048
Black with #549048
Text Example
Text Example
White with #549048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549048; }
p { color: rgb(84,144,72); }
H1.HeaderClassName
{
color: #549048;
}
.AnyTagClassName
{
color: #549048;
}
</style>
background-color css
<style>
a { background-color: #549048; }
a { background-color: rgb(84,144,72); }
div.DivClassName
{
background-color: #549048;
}
.BgClassName
{
background-color: #549048;
}
</style>
border-color css
<style>
span { border-color: #549048; }
span { border-color: rgb(84,144,72); }
td.TdClassName
{
border-color: #549048;
}
.TagClassName
{
border-color: #549048;
}
</style>