Shades of Hippie Green #55954A
Tints of Hippie Green #55954A
RGB
CMYK
RGB Variations
Color information
#55954A (or 0x55954A) is known color: Hippie Green. HEX triplet: 55, 95 and 4A. RGB value is (85,149,74). Sum of RGB (Red+Green+Blue) = 85+149+74=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #55954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55954A is #AA6AB5. Grayscale: #797979. Windows color (decimal): -11168438 or 4887893. OLE color: 4887893.
HSL color Cylindrical-coordinate representation of color #55954A: hue angle of 111.2º degrees, saturation: 0.34, 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 #55954A is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 74 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.42 |
| HSL | 111.2º | 0.34% | 0.44% | - |
| HSV(B) | 111.2º | 0.5% | 0.58% | - |
| XYZ | 15.73 | 23.92 | 10.27 | - |
| YUV | 121.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 74 | 0.43 | 0 | 0.50 | 0.42 | 111.2 | 0.34 | 0.44 |
| Hex | 55 | 95 | 4A | 2B | 0 | 32 | 2A | 6F | 22 | 2C |
| Octal | 125 | 225 | 112 | 53 | 0 | 62 | 52 | 157 | 42 | 54 |
| Binary | 1010101 | 10010101 | 1001010 | 101011 | 0 | 110010 | 101010 | 1101111 | 100010 | 101100 |
Color Harmonies of #55954A
Complementary color
Monochromatic Colors of #55954A
Black with #55954A
Text Example
Text Example
White with #55954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55954A; }
p { color: rgb(85,149,74); }
H1.HeaderClassName
{
color: #55954A;
}
.AnyTagClassName
{
color: #55954A;
}
</style>
background-color css
<style>
a { background-color: #55954A; }
a { background-color: rgb(85,149,74); }
div.DivClassName
{
background-color: #55954A;
}
.BgClassName
{
background-color: #55954A;
}
</style>
border-color css
<style>
span { border-color: #55954A; }
span { border-color: rgb(85,149,74); }
td.TdClassName
{
border-color: #55954A;
}
.TagClassName
{
border-color: #55954A;
}
</style>