Shades of Hippie Green #558352
Tints of Hippie Green #558352
RGB
CMYK
RGB Variations
Color information
#558352 (or 0x558352) is known color: Hippie Green. HEX triplet: 55, 83 and 52. RGB value is (85,131,82). Sum of RGB (Red+Green+Blue) = 85+131+82=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #558352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558352 is #AA7CAD. Grayscale: #6F6F6F. Windows color (decimal): -11173038 or 5407573. OLE color: 5407573.
HSL color Cylindrical-coordinate representation of color #558352: hue angle of 116.33º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558352 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 82 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.49 |
| HSL | 116.33º | 0.23% | 0.42% | - |
| HSV(B) | 116.33º | 0.37% | 0.51% | - |
| XYZ | 13.39 | 18.77 | 10.9 | - |
| YUV | 111.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 82 | 0.35 | 0 | 0.37 | 0.49 | 116.33 | 0.23 | 0.42 |
| Hex | 55 | 83 | 52 | 23 | 0 | 25 | 31 | 74 | 17 | 2A |
| Octal | 125 | 203 | 122 | 43 | 0 | 45 | 61 | 164 | 27 | 52 |
| Binary | 1010101 | 10000011 | 1010010 | 100011 | 0 | 100101 | 110001 | 1110100 | 10111 | 101010 |
Color Harmonies of #558352
Complementary color
Monochromatic Colors of #558352
Black with #558352
Text Example
Text Example
White with #558352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558352; }
p { color: rgb(85,131,82); }
H1.HeaderClassName
{
color: #558352;
}
.AnyTagClassName
{
color: #558352;
}
</style>
background-color css
<style>
a { background-color: #558352; }
a { background-color: rgb(85,131,82); }
div.DivClassName
{
background-color: #558352;
}
.BgClassName
{
background-color: #558352;
}
</style>
border-color css
<style>
span { border-color: #558352; }
span { border-color: rgb(85,131,82); }
td.TdClassName
{
border-color: #558352;
}
.TagClassName
{
border-color: #558352;
}
</style>