Shades of Hippie Green #558451
Tints of Hippie Green #558451
RGB
CMYK
RGB Variations
Color information
#558451 (or 0x558451) is known color: Hippie Green. HEX triplet: 55, 84 and 51. RGB value is (85,132,81). Sum of RGB (Red+Green+Blue) = 85+132+81=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #558451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558451 is #AA7BAE. Grayscale: #707070. Windows color (decimal): -11172783 or 5342293. OLE color: 5342293.
HSL color Cylindrical-coordinate representation of color #558451: hue angle of 115.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558451 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 81 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.48 |
| HSL | 115.29º | 0.24% | 0.42% | - |
| HSV(B) | 115.29º | 0.39% | 0.52% | - |
| XYZ | 13.48 | 19.03 | 10.75 | - |
| YUV | 112.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 81 | 0.36 | 0 | 0.39 | 0.48 | 115.29 | 0.24 | 0.42 |
| Hex | 55 | 84 | 51 | 24 | 0 | 27 | 30 | 73 | 18 | 2A |
| Octal | 125 | 204 | 121 | 44 | 0 | 47 | 60 | 163 | 30 | 52 |
| Binary | 1010101 | 10000100 | 1010001 | 100100 | 0 | 100111 | 110000 | 1110011 | 11000 | 101010 |
Color Harmonies of #558451
Complementary color
Monochromatic Colors of #558451
Black with #558451
Text Example
Text Example
White with #558451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558451; }
p { color: rgb(85,132,81); }
H1.HeaderClassName
{
color: #558451;
}
.AnyTagClassName
{
color: #558451;
}
</style>
background-color css
<style>
a { background-color: #558451; }
a { background-color: rgb(85,132,81); }
div.DivClassName
{
background-color: #558451;
}
.BgClassName
{
background-color: #558451;
}
</style>
border-color css
<style>
span { border-color: #558451; }
span { border-color: rgb(85,132,81); }
td.TdClassName
{
border-color: #558451;
}
.TagClassName
{
border-color: #558451;
}
</style>