Shades of Hippie Green #549052
Tints of Hippie Green #549052
RGB
CMYK
RGB Variations
Color information
#549052 (or 0x549052) is known color: Hippie Green. HEX triplet: 54, 90 and 52. RGB value is (84,144,82). Sum of RGB (Red+Green+Blue) = 84+144+82=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #549052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549052 is #AB6FAD. Grayscale: #777777. Windows color (decimal): -11235246 or 5410900. OLE color: 5410900.
HSL color Cylindrical-coordinate representation of color #549052: hue angle of 118.06º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549052 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 82 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.44 |
| HSL | 118.06º | 0.27% | 0.44% | - |
| HSV(B) | 118.06º | 0.43% | 0.56% | - |
| XYZ | 15.15 | 22.44 | 11.52 | - |
| YUV | 118.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 82 | 0.42 | 0 | 0.43 | 0.44 | 118.06 | 0.27 | 0.44 |
| Hex | 54 | 90 | 52 | 2A | 0 | 2B | 2C | 76 | 1B | 2C |
| Octal | 124 | 220 | 122 | 52 | 0 | 53 | 54 | 166 | 33 | 54 |
| Binary | 1010100 | 10010000 | 1010010 | 101010 | 0 | 101011 | 101100 | 1110110 | 11011 | 101100 |
Color Harmonies of #549052
Complementary color
Monochromatic Colors of #549052
Black with #549052
Text Example
Text Example
White with #549052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549052; }
p { color: rgb(84,144,82); }
H1.HeaderClassName
{
color: #549052;
}
.AnyTagClassName
{
color: #549052;
}
</style>
background-color css
<style>
a { background-color: #549052; }
a { background-color: rgb(84,144,82); }
div.DivClassName
{
background-color: #549052;
}
.BgClassName
{
background-color: #549052;
}
</style>
border-color css
<style>
span { border-color: #549052; }
span { border-color: rgb(84,144,82); }
td.TdClassName
{
border-color: #549052;
}
.TagClassName
{
border-color: #549052;
}
</style>