Shades of Hippie Green #55904B
Tints of Hippie Green #55904B
RGB
CMYK
RGB Variations
Color information
#55904B (or 0x55904B) is known color: Hippie Green. HEX triplet: 55, 90 and 4B. RGB value is (85,144,75). Sum of RGB (Red+Green+Blue) = 85+144+75=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #55904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55904B is #AA6FB4. Grayscale: #767676. Windows color (decimal): -11169717 or 4952149. OLE color: 4952149.
HSL color Cylindrical-coordinate representation of color #55904B: hue angle of 111.3º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55904B is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 75 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.44 |
| HSL | 111.3º | 0.32% | 0.43% | - |
| HSV(B) | 111.3º | 0.48% | 0.56% | - |
| XYZ | 14.99 | 22.39 | 10.19 | - |
| YUV | 118.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 75 | 0.41 | 0 | 0.48 | 0.44 | 111.3 | 0.32 | 0.43 |
| Hex | 55 | 90 | 4B | 29 | 0 | 30 | 2C | 6F | 20 | 2B |
| Octal | 125 | 220 | 113 | 51 | 0 | 60 | 54 | 157 | 40 | 53 |
| Binary | 1010101 | 10010000 | 1001011 | 101001 | 0 | 110000 | 101100 | 1101111 | 100000 | 101011 |
Color Harmonies of #55904B
Complementary color
Monochromatic Colors of #55904B
Black with #55904B
Text Example
Text Example
White with #55904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55904B; }
p { color: rgb(85,144,75); }
H1.HeaderClassName
{
color: #55904B;
}
.AnyTagClassName
{
color: #55904B;
}
</style>
background-color css
<style>
a { background-color: #55904B; }
a { background-color: rgb(85,144,75); }
div.DivClassName
{
background-color: #55904B;
}
.BgClassName
{
background-color: #55904B;
}
</style>
border-color css
<style>
span { border-color: #55904B; }
span { border-color: rgb(85,144,75); }
td.TdClassName
{
border-color: #55904B;
}
.TagClassName
{
border-color: #55904B;
}
</style>