Shades of Hippie Green #549151
Tints of Hippie Green #549151
RGB
CMYK
RGB Variations
Color information
#549151 (or 0x549151) is known color: Hippie Green. HEX triplet: 54, 91 and 51. RGB value is (84,145,81). Sum of RGB (Red+Green+Blue) = 84+145+81=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #549151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549151 is #AB6EAE. Grayscale: #777777. Windows color (decimal): -11234991 or 5345620. OLE color: 5345620.
HSL color Cylindrical-coordinate representation of color #549151: hue angle of 117.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549151 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 81 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.43 |
| HSL | 117.19º | 0.28% | 0.44% | - |
| HSV(B) | 117.19º | 0.44% | 0.57% | - |
| XYZ | 15.27 | 22.73 | 11.37 | - |
| YUV | 119.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 81 | 0.42 | 0 | 0.44 | 0.43 | 117.19 | 0.28 | 0.44 |
| Hex | 54 | 91 | 51 | 2A | 0 | 2C | 2B | 75 | 1C | 2C |
| Octal | 124 | 221 | 121 | 52 | 0 | 54 | 53 | 165 | 34 | 54 |
| Binary | 1010100 | 10010001 | 1010001 | 101010 | 0 | 101100 | 101011 | 1110101 | 11100 | 101100 |
Color Harmonies of #549151
Complementary color
Monochromatic Colors of #549151
Black with #549151
Text Example
Text Example
White with #549151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549151; }
p { color: rgb(84,145,81); }
H1.HeaderClassName
{
color: #549151;
}
.AnyTagClassName
{
color: #549151;
}
</style>
background-color css
<style>
a { background-color: #549151; }
a { background-color: rgb(84,145,81); }
div.DivClassName
{
background-color: #549151;
}
.BgClassName
{
background-color: #549151;
}
</style>
border-color css
<style>
span { border-color: #549151; }
span { border-color: rgb(84,145,81); }
td.TdClassName
{
border-color: #549151;
}
.TagClassName
{
border-color: #549151;
}
</style>