Shades of Hippie Green #548251
Tints of Hippie Green #548251
RGB
CMYK
RGB Variations
Color information
#548251 (or 0x548251) is known color: Hippie Green. HEX triplet: 54, 82 and 51. RGB value is (84,130,81). Sum of RGB (Red+Green+Blue) = 84+130+81=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #548251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548251 is #AB7DAE. Grayscale: #6E6E6E. Windows color (decimal): -11238831 or 5341780. OLE color: 5341780.
HSL color Cylindrical-coordinate representation of color #548251: hue angle of 116.33º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548251 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 81 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.49 |
| HSL | 116.33º | 0.23% | 0.41% | - |
| HSV(B) | 116.33º | 0.38% | 0.51% | - |
| XYZ | 13.12 | 18.44 | 10.65 | - |
| YUV | 110.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 81 | 0.35 | 0 | 0.38 | 0.49 | 116.33 | 0.23 | 0.41 |
| Hex | 54 | 82 | 51 | 23 | 0 | 26 | 31 | 74 | 17 | 29 |
| Octal | 124 | 202 | 121 | 43 | 0 | 46 | 61 | 164 | 27 | 51 |
| Binary | 1010100 | 10000010 | 1010001 | 100011 | 0 | 100110 | 110001 | 1110100 | 10111 | 101001 |
Color Harmonies of #548251
Complementary color
Monochromatic Colors of #548251
Black with #548251
Text Example
Text Example
White with #548251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548251; }
p { color: rgb(84,130,81); }
H1.HeaderClassName
{
color: #548251;
}
.AnyTagClassName
{
color: #548251;
}
</style>
background-color css
<style>
a { background-color: #548251; }
a { background-color: rgb(84,130,81); }
div.DivClassName
{
background-color: #548251;
}
.BgClassName
{
background-color: #548251;
}
</style>
border-color css
<style>
span { border-color: #548251; }
span { border-color: rgb(84,130,81); }
td.TdClassName
{
border-color: #548251;
}
.TagClassName
{
border-color: #548251;
}
</style>