Shades of Hippie Green #558C54
Tints of Hippie Green #558C54
RGB
CMYK
RGB Variations
Color information
#558C54 (or 0x558C54) is known color: Hippie Green. HEX triplet: 55, 8C and 54. RGB value is (85,140,84). Sum of RGB (Red+Green+Blue) = 85+140+84=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #558C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C54 is #AA73AB. Grayscale: #757575. Windows color (decimal): -11170732 or 5540949. OLE color: 5540949.
HSL color Cylindrical-coordinate representation of color #558C54: hue angle of 118.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558C54 is Cyan = 0.39, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 84 | - |
| CMYK | 0.39 | 0 | 0.4 | 0.45 |
| HSL | 118.93º | 0.25% | 0.44% | - |
| HSV(B) | 118.93º | 0.4% | 0.55% | - |
| XYZ | 14.72 | 21.33 | 11.73 | - |
| YUV | 117.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 84 | 0.39 | 0 | 0.4 | 0.45 | 118.93 | 0.25 | 0.44 |
| Hex | 55 | 8C | 54 | 27 | 0 | 28 | 2D | 77 | 19 | 2C |
| Octal | 125 | 214 | 124 | 47 | 0 | 50 | 55 | 167 | 31 | 54 |
| Binary | 1010101 | 10001100 | 1010100 | 100111 | 0 | 101000 | 101101 | 1110111 | 11001 | 101100 |
Color Harmonies of #558C54
Complementary color
Monochromatic Colors of #558C54
Black with #558C54
Text Example
Text Example
White with #558C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C54; }
p { color: rgb(85,140,84); }
H1.HeaderClassName
{
color: #558C54;
}
.AnyTagClassName
{
color: #558C54;
}
</style>
background-color css
<style>
a { background-color: #558C54; }
a { background-color: rgb(85,140,84); }
div.DivClassName
{
background-color: #558C54;
}
.BgClassName
{
background-color: #558C54;
}
</style>
border-color css
<style>
span { border-color: #558C54; }
span { border-color: rgb(85,140,84); }
td.TdClassName
{
border-color: #558C54;
}
.TagClassName
{
border-color: #558C54;
}
</style>