Shades of Hippie Green #558254
Tints of Hippie Green #558254
RGB
CMYK
RGB Variations
Color information
#558254 (or 0x558254) is known color: Hippie Green. HEX triplet: 55, 82 and 54. RGB value is (85,130,84). Sum of RGB (Red+Green+Blue) = 85+130+84=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #558254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558254 is #AA7DAB. Grayscale: #6F6F6F. Windows color (decimal): -11173292 or 5538389. OLE color: 5538389.
HSL color Cylindrical-coordinate representation of color #558254: hue angle of 118.7º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #558254 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 84 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.49 |
| HSL | 118.7º | 0.21% | 0.42% | - |
| HSV(B) | 118.7º | 0.35% | 0.51% | - |
| XYZ | 13.33 | 18.54 | 11.26 | - |
| YUV | 111.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 84 | 0.35 | 0 | 0.35 | 0.49 | 118.7 | 0.21 | 0.42 |
| Hex | 55 | 82 | 54 | 23 | 0 | 23 | 31 | 77 | 15 | 2A |
| Octal | 125 | 202 | 124 | 43 | 0 | 43 | 61 | 167 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1010100 | 100011 | 0 | 100011 | 110001 | 1110111 | 10101 | 101010 |
Color Harmonies of #558254
Complementary color
Monochromatic Colors of #558254
Black with #558254
Text Example
Text Example
White with #558254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558254; }
p { color: rgb(85,130,84); }
H1.HeaderClassName
{
color: #558254;
}
.AnyTagClassName
{
color: #558254;
}
</style>
background-color css
<style>
a { background-color: #558254; }
a { background-color: rgb(85,130,84); }
div.DivClassName
{
background-color: #558254;
}
.BgClassName
{
background-color: #558254;
}
</style>
border-color css
<style>
span { border-color: #558254; }
span { border-color: rgb(85,130,84); }
td.TdClassName
{
border-color: #558254;
}
.TagClassName
{
border-color: #558254;
}
</style>