Shades of Hippie Green #559448
Tints of Hippie Green #559448
RGB
CMYK
RGB Variations
Color information
#559448 (or 0x559448) is known color: Hippie Green. HEX triplet: 55, 94 and 48. RGB value is (85,148,72). Sum of RGB (Red+Green+Blue) = 85+148+72=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #559448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559448 is #AA6BB7. Grayscale: #787878. Windows color (decimal): -11168696 or 4756565. OLE color: 4756565.
HSL color Cylindrical-coordinate representation of color #559448: hue angle of 109.74º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559448 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 72 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.42 |
| HSL | 109.74º | 0.35% | 0.43% | - |
| HSV(B) | 109.74º | 0.51% | 0.58% | - |
| XYZ | 15.51 | 23.58 | 9.86 | - |
| YUV | 120.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 72 | 0.43 | 0 | 0.51 | 0.42 | 109.74 | 0.35 | 0.43 |
| Hex | 55 | 94 | 48 | 2B | 0 | 33 | 2A | 6E | 23 | 2B |
| Octal | 125 | 224 | 110 | 53 | 0 | 63 | 52 | 156 | 43 | 53 |
| Binary | 1010101 | 10010100 | 1001000 | 101011 | 0 | 110011 | 101010 | 1101110 | 100011 | 101011 |
Color Harmonies of #559448
Complementary color
Monochromatic Colors of #559448
Black with #559448
Text Example
Text Example
White with #559448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559448; }
p { color: rgb(85,148,72); }
H1.HeaderClassName
{
color: #559448;
}
.AnyTagClassName
{
color: #559448;
}
</style>
background-color css
<style>
a { background-color: #559448; }
a { background-color: rgb(85,148,72); }
div.DivClassName
{
background-color: #559448;
}
.BgClassName
{
background-color: #559448;
}
</style>
border-color css
<style>
span { border-color: #559448; }
span { border-color: rgb(85,148,72); }
td.TdClassName
{
border-color: #559448;
}
.TagClassName
{
border-color: #559448;
}
</style>