Shades of Hippie Green #548755
Tints of Hippie Green #548755
RGB
CMYK
RGB Variations
Color information
#548755 (or 0x548755) is known color: Hippie Green. HEX triplet: 54, 87 and 55. RGB value is (84,135,85). Sum of RGB (Red+Green+Blue) = 84+135+85=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #548755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548755 is #AB78AA. Grayscale: #727272. Windows color (decimal): -11237547 or 5605204. OLE color: 5605204.
HSL color Cylindrical-coordinate representation of color #548755: hue angle of 121.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548755 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 85 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.47 |
| HSL | 121.18º | 0.23% | 0.43% | - |
| HSV(B) | 121.18º | 0.38% | 0.53% | - |
| XYZ | 13.96 | 19.87 | 11.69 | - |
| YUV | 114.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 85 | 0.38 | 0 | 0.37 | 0.47 | 121.18 | 0.23 | 0.43 |
| Hex | 54 | 87 | 55 | 26 | 0 | 25 | 2F | 79 | 17 | 2B |
| Octal | 124 | 207 | 125 | 46 | 0 | 45 | 57 | 171 | 27 | 53 |
| Binary | 1010100 | 10000111 | 1010101 | 100110 | 0 | 100101 | 101111 | 1111001 | 10111 | 101011 |
Color Harmonies of #548755
Complementary color
Monochromatic Colors of #548755
Black with #548755
Text Example
Text Example
White with #548755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548755; }
p { color: rgb(84,135,85); }
H1.HeaderClassName
{
color: #548755;
}
.AnyTagClassName
{
color: #548755;
}
</style>
background-color css
<style>
a { background-color: #548755; }
a { background-color: rgb(84,135,85); }
div.DivClassName
{
background-color: #548755;
}
.BgClassName
{
background-color: #548755;
}
</style>
border-color css
<style>
span { border-color: #548755; }
span { border-color: rgb(84,135,85); }
td.TdClassName
{
border-color: #548755;
}
.TagClassName
{
border-color: #548755;
}
</style>