Shades of Hippie Green #559944
Tints of Hippie Green #559944
RGB
CMYK
RGB Variations
Color information
#559944 (or 0x559944) is known color: Hippie Green. HEX triplet: 55, 99 and 44. RGB value is (85,153,68). Sum of RGB (Red+Green+Blue) = 85+153+68=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #559944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559944 is #AA66BB. Grayscale: #7B7B7B. Windows color (decimal): -11167420 or 4495701. OLE color: 4495701.
HSL color Cylindrical-coordinate representation of color #559944: hue angle of 108º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559944 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 68 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.4 |
| HSL | 108º | 0.38% | 0.43% | - |
| HSV(B) | 108º | 0.56% | 0.6% | - |
| XYZ | 16.18 | 25.13 | 9.47 | - |
| YUV | 122.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 68 | 0.44 | 0 | 0.56 | 0.4 | 108 | 0.38 | 0.43 |
| Hex | 55 | 99 | 44 | 2C | 0 | 38 | 28 | 6C | 26 | 2B |
| Octal | 125 | 231 | 104 | 54 | 0 | 70 | 50 | 154 | 46 | 53 |
| Binary | 1010101 | 10011001 | 1000100 | 101100 | 0 | 111000 | 101000 | 1101100 | 100110 | 101011 |
Color Harmonies of #559944
Complementary color
Monochromatic Colors of #559944
Black with #559944
Text Example
Text Example
White with #559944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559944; }
p { color: rgb(85,153,68); }
H1.HeaderClassName
{
color: #559944;
}
.AnyTagClassName
{
color: #559944;
}
</style>
background-color css
<style>
a { background-color: #559944; }
a { background-color: rgb(85,153,68); }
div.DivClassName
{
background-color: #559944;
}
.BgClassName
{
background-color: #559944;
}
</style>
border-color css
<style>
span { border-color: #559944; }
span { border-color: rgb(85,153,68); }
td.TdClassName
{
border-color: #559944;
}
.TagClassName
{
border-color: #559944;
}
</style>