Shades of Hippie Green #55904D
Tints of Hippie Green #55904D
RGB
CMYK
RGB Variations
Color information
#55904D (or 0x55904D) is known color: Hippie Green. HEX triplet: 55, 90 and 4D. RGB value is (85,144,77). Sum of RGB (Red+Green+Blue) = 85+144+77=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #55904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55904D is #AA6FB2. Grayscale: #767676. Windows color (decimal): -11169715 or 5083221. OLE color: 5083221.
HSL color Cylindrical-coordinate representation of color #55904D: hue angle of 112.84º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55904D is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 77 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.44 |
| HSL | 112.84º | 0.3% | 0.43% | - |
| HSV(B) | 112.84º | 0.47% | 0.56% | - |
| XYZ | 15.06 | 22.41 | 10.55 | - |
| YUV | 118.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 77 | 0.41 | 0 | 0.47 | 0.44 | 112.84 | 0.3 | 0.43 |
| Hex | 55 | 90 | 4D | 29 | 0 | 2F | 2C | 71 | 1E | 2B |
| Octal | 125 | 220 | 115 | 51 | 0 | 57 | 54 | 161 | 36 | 53 |
| Binary | 1010101 | 10010000 | 1001101 | 101001 | 0 | 101111 | 101100 | 1110001 | 11110 | 101011 |
Color Harmonies of #55904D
Complementary color
Monochromatic Colors of #55904D
Black with #55904D
Text Example
Text Example
White with #55904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55904D; }
p { color: rgb(85,144,77); }
H1.HeaderClassName
{
color: #55904D;
}
.AnyTagClassName
{
color: #55904D;
}
</style>
background-color css
<style>
a { background-color: #55904D; }
a { background-color: rgb(85,144,77); }
div.DivClassName
{
background-color: #55904D;
}
.BgClassName
{
background-color: #55904D;
}
</style>
border-color css
<style>
span { border-color: #55904D; }
span { border-color: rgb(85,144,77); }
td.TdClassName
{
border-color: #55904D;
}
.TagClassName
{
border-color: #55904D;
}
</style>