Shades of Hippie Green #578355
Tints of Hippie Green #578355
RGB
CMYK
RGB Variations
Color information
#578355 (or 0x578355) is known color: Hippie Green. HEX triplet: 57, 83 and 55. RGB value is (87,131,85). Sum of RGB (Red+Green+Blue) = 87+131+85=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #578355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578355 is #A87CAA. Grayscale: #707070. Windows color (decimal): -11041963 or 5604183. OLE color: 5604183.
HSL color Cylindrical-coordinate representation of color #578355: hue angle of 117.39º 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 #578355 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 131 | 85 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.49 |
| HSL | 117.39º | 0.21% | 0.42% | - |
| HSV(B) | 117.39º | 0.35% | 0.51% | - |
| XYZ | 13.69 | 18.91 | 11.52 | - |
| YUV | 112.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 85 | 0.34 | 0 | 0.35 | 0.49 | 117.39 | 0.21 | 0.42 |
| Hex | 57 | 83 | 55 | 22 | 0 | 23 | 31 | 75 | 15 | 2A |
| Octal | 127 | 203 | 125 | 42 | 0 | 43 | 61 | 165 | 25 | 52 |
| Binary | 1010111 | 10000011 | 1010101 | 100010 | 0 | 100011 | 110001 | 1110101 | 10101 | 101010 |
Color Harmonies of #578355
Complementary color
Monochromatic Colors of #578355
Black with #578355
Text Example
Text Example
White with #578355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578355; }
p { color: rgb(87,131,85); }
H1.HeaderClassName
{
color: #578355;
}
.AnyTagClassName
{
color: #578355;
}
</style>
background-color css
<style>
a { background-color: #578355; }
a { background-color: rgb(87,131,85); }
div.DivClassName
{
background-color: #578355;
}
.BgClassName
{
background-color: #578355;
}
</style>
border-color css
<style>
span { border-color: #578355; }
span { border-color: rgb(87,131,85); }
td.TdClassName
{
border-color: #578355;
}
.TagClassName
{
border-color: #578355;
}
</style>