Shades of Hippie Green #55954B
Tints of Hippie Green #55954B
RGB
CMYK
RGB Variations
Color information
#55954B (or 0x55954B) is known color: Hippie Green. HEX triplet: 55, 95 and 4B. RGB value is (85,149,75). Sum of RGB (Red+Green+Blue) = 85+149+75=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #55954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55954B is #AA6AB4. Grayscale: #797979. Windows color (decimal): -11168437 or 4953429. OLE color: 4953429.
HSL color Cylindrical-coordinate representation of color #55954B: hue angle of 111.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55954B is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 75 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.42 |
| HSL | 111.89º | 0.33% | 0.44% | - |
| HSV(B) | 111.89º | 0.5% | 0.58% | - |
| XYZ | 15.76 | 23.93 | 10.45 | - |
| YUV | 121.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 75 | 0.43 | 0 | 0.50 | 0.42 | 111.89 | 0.33 | 0.44 |
| Hex | 55 | 95 | 4B | 2B | 0 | 32 | 2A | 70 | 21 | 2C |
| Octal | 125 | 225 | 113 | 53 | 0 | 62 | 52 | 160 | 41 | 54 |
| Binary | 1010101 | 10010101 | 1001011 | 101011 | 0 | 110010 | 101010 | 1110000 | 100001 | 101100 |
Color Harmonies of #55954B
Complementary color
Monochromatic Colors of #55954B
Black with #55954B
Text Example
Text Example
White with #55954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55954B; }
p { color: rgb(85,149,75); }
H1.HeaderClassName
{
color: #55954B;
}
.AnyTagClassName
{
color: #55954B;
}
</style>
background-color css
<style>
a { background-color: #55954B; }
a { background-color: rgb(85,149,75); }
div.DivClassName
{
background-color: #55954B;
}
.BgClassName
{
background-color: #55954B;
}
</style>
border-color css
<style>
span { border-color: #55954B; }
span { border-color: rgb(85,149,75); }
td.TdClassName
{
border-color: #55954B;
}
.TagClassName
{
border-color: #55954B;
}
</style>