Shades of Hippie Green #549348
Tints of Hippie Green #549348
RGB
CMYK
RGB Variations
Color information
#549348 (or 0x549348) is known color: Hippie Green. HEX triplet: 54, 93 and 48. RGB value is (84,147,72). Sum of RGB (Red+Green+Blue) = 84+147+72=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #549348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549348 is #AB6CB7. Grayscale: #777777. Windows color (decimal): -11234488 or 4756308. OLE color: 4756308.
HSL color Cylindrical-coordinate representation of color #549348: hue angle of 110.4º 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 #549348 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 72 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.42 |
| HSL | 110.4º | 0.34% | 0.43% | - |
| HSV(B) | 110.4º | 0.51% | 0.58% | - |
| XYZ | 15.26 | 23.22 | 9.81 | - |
| YUV | 119.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 72 | 0.43 | 0 | 0.51 | 0.42 | 110.4 | 0.34 | 0.43 |
| Hex | 54 | 93 | 48 | 2B | 0 | 33 | 2A | 6E | 22 | 2B |
| Octal | 124 | 223 | 110 | 53 | 0 | 63 | 52 | 156 | 42 | 53 |
| Binary | 1010100 | 10010011 | 1001000 | 101011 | 0 | 110011 | 101010 | 1101110 | 100010 | 101011 |
Color Harmonies of #549348
Complementary color
Monochromatic Colors of #549348
Black with #549348
Text Example
Text Example
White with #549348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549348; }
p { color: rgb(84,147,72); }
H1.HeaderClassName
{
color: #549348;
}
.AnyTagClassName
{
color: #549348;
}
</style>
background-color css
<style>
a { background-color: #549348; }
a { background-color: rgb(84,147,72); }
div.DivClassName
{
background-color: #549348;
}
.BgClassName
{
background-color: #549348;
}
</style>
border-color css
<style>
span { border-color: #549348; }
span { border-color: rgb(84,147,72); }
td.TdClassName
{
border-color: #549348;
}
.TagClassName
{
border-color: #549348;
}
</style>