Shades of Hippie Green #558453
Tints of Hippie Green #558453
RGB
CMYK
RGB Variations
Color information
#558453 (or 0x558453) is known color: Hippie Green. HEX triplet: 55, 84 and 53. RGB value is (85,132,83). Sum of RGB (Red+Green+Blue) = 85+132+83=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #558453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558453 is #AA7BAC. Grayscale: #707070. Windows color (decimal): -11172781 or 5473365. OLE color: 5473365.
HSL color Cylindrical-coordinate representation of color #558453: hue angle of 117.55º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558453 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 83 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.48 |
| HSL | 117.55º | 0.23% | 0.42% | - |
| HSV(B) | 117.55º | 0.37% | 0.52% | - |
| XYZ | 13.56 | 19.06 | 11.15 | - |
| YUV | 112.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 83 | 0.36 | 0 | 0.37 | 0.48 | 117.55 | 0.23 | 0.42 |
| Hex | 55 | 84 | 53 | 24 | 0 | 25 | 30 | 76 | 17 | 2A |
| Octal | 125 | 204 | 123 | 44 | 0 | 45 | 60 | 166 | 27 | 52 |
| Binary | 1010101 | 10000100 | 1010011 | 100100 | 0 | 100101 | 110000 | 1110110 | 10111 | 101010 |
Color Harmonies of #558453
Complementary color
Monochromatic Colors of #558453
Black with #558453
Text Example
Text Example
White with #558453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558453; }
p { color: rgb(85,132,83); }
H1.HeaderClassName
{
color: #558453;
}
.AnyTagClassName
{
color: #558453;
}
</style>
background-color css
<style>
a { background-color: #558453; }
a { background-color: rgb(85,132,83); }
div.DivClassName
{
background-color: #558453;
}
.BgClassName
{
background-color: #558453;
}
</style>
border-color css
<style>
span { border-color: #558453; }
span { border-color: rgb(85,132,83); }
td.TdClassName
{
border-color: #558453;
}
.TagClassName
{
border-color: #558453;
}
</style>