Shades of Hippie Green #559453
Tints of Hippie Green #559453
RGB
CMYK
RGB Variations
Color information
#559453 (or 0x559453) is known color: Hippie Green. HEX triplet: 55, 94 and 53. RGB value is (85,148,83). Sum of RGB (Red+Green+Blue) = 85+148+83=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #559453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559453 is #AA6BAC. Grayscale: #797979. Windows color (decimal): -11168685 or 5477461. OLE color: 5477461.
HSL color Cylindrical-coordinate representation of color #559453: hue angle of 118.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559453 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 83 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.42 |
| HSL | 118.15º | 0.28% | 0.45% | - |
| HSV(B) | 118.15º | 0.44% | 0.58% | - |
| XYZ | 15.9 | 23.74 | 11.93 | - |
| YUV | 121.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 83 | 0.43 | 0 | 0.44 | 0.42 | 118.15 | 0.28 | 0.45 |
| Hex | 55 | 94 | 53 | 2B | 0 | 2C | 2A | 76 | 1C | 2D |
| Octal | 125 | 224 | 123 | 53 | 0 | 54 | 52 | 166 | 34 | 55 |
| Binary | 1010101 | 10010100 | 1010011 | 101011 | 0 | 101100 | 101010 | 1110110 | 11100 | 101101 |
Color Harmonies of #559453
Complementary color
Monochromatic Colors of #559453
Black with #559453
Text Example
Text Example
White with #559453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559453; }
p { color: rgb(85,148,83); }
H1.HeaderClassName
{
color: #559453;
}
.AnyTagClassName
{
color: #559453;
}
</style>
background-color css
<style>
a { background-color: #559453; }
a { background-color: rgb(85,148,83); }
div.DivClassName
{
background-color: #559453;
}
.BgClassName
{
background-color: #559453;
}
</style>
border-color css
<style>
span { border-color: #559453; }
span { border-color: rgb(85,148,83); }
td.TdClassName
{
border-color: #559453;
}
.TagClassName
{
border-color: #559453;
}
</style>