Shades of Hippie Green #55944C
Tints of Hippie Green #55944C
RGB
CMYK
RGB Variations
Color information
#55944C (or 0x55944C) is known color: Hippie Green. HEX triplet: 55, 94 and 4C. RGB value is (85,148,76). Sum of RGB (Red+Green+Blue) = 85+148+76=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #55944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55944C is #AA6BB3. Grayscale: #797979. Windows color (decimal): -11168692 or 5018709. OLE color: 5018709.
HSL color Cylindrical-coordinate representation of color #55944C: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55944C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 76 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.42 |
| HSL | 112.5º | 0.32% | 0.44% | - |
| HSV(B) | 112.5º | 0.49% | 0.58% | - |
| XYZ | 15.64 | 23.63 | 10.57 | - |
| YUV | 120.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 76 | 0.43 | 0 | 0.49 | 0.42 | 112.5 | 0.32 | 0.44 |
| Hex | 55 | 94 | 4C | 2B | 0 | 31 | 2A | 70 | 20 | 2C |
| Octal | 125 | 224 | 114 | 53 | 0 | 61 | 52 | 160 | 40 | 54 |
| Binary | 1010101 | 10010100 | 1001100 | 101011 | 0 | 110001 | 101010 | 1110000 | 100000 | 101100 |
Color Harmonies of #55944C
Complementary color
Monochromatic Colors of #55944C
Black with #55944C
Text Example
Text Example
White with #55944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55944C; }
p { color: rgb(85,148,76); }
H1.HeaderClassName
{
color: #55944C;
}
.AnyTagClassName
{
color: #55944C;
}
</style>
background-color css
<style>
a { background-color: #55944C; }
a { background-color: rgb(85,148,76); }
div.DivClassName
{
background-color: #55944C;
}
.BgClassName
{
background-color: #55944C;
}
</style>
border-color css
<style>
span { border-color: #55944C; }
span { border-color: rgb(85,148,76); }
td.TdClassName
{
border-color: #55944C;
}
.TagClassName
{
border-color: #55944C;
}
</style>