Shades of Hippie Green #578B52
Tints of Hippie Green #578B52
RGB
CMYK
RGB Variations
Color information
#578B52 (or 0x578B52) is known color: Hippie Green. HEX triplet: 57, 8B and 52. RGB value is (87,139,82). Sum of RGB (Red+Green+Blue) = 87+139+82=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #578B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B52 is #A874AD. Grayscale: #757575. Windows color (decimal): -11039918 or 5409623. OLE color: 5409623.
HSL color Cylindrical-coordinate representation of color #578B52: hue angle of 114.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #578B52 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 82 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.45 |
| HSL | 114.74º | 0.26% | 0.43% | - |
| HSV(B) | 114.74º | 0.41% | 0.55% | - |
| XYZ | 14.69 | 21.1 | 11.28 | - |
| YUV | 116.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 82 | 0.37 | 0 | 0.41 | 0.45 | 114.74 | 0.26 | 0.43 |
| Hex | 57 | 8B | 52 | 25 | 0 | 29 | 2D | 73 | 1A | 2B |
| Octal | 127 | 213 | 122 | 45 | 0 | 51 | 55 | 163 | 32 | 53 |
| Binary | 1010111 | 10001011 | 1010010 | 100101 | 0 | 101001 | 101101 | 1110011 | 11010 | 101011 |
Color Harmonies of #578B52
Complementary color
Monochromatic Colors of #578B52
Black with #578B52
Text Example
Text Example
White with #578B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B52; }
p { color: rgb(87,139,82); }
H1.HeaderClassName
{
color: #578B52;
}
.AnyTagClassName
{
color: #578B52;
}
</style>
background-color css
<style>
a { background-color: #578B52; }
a { background-color: rgb(87,139,82); }
div.DivClassName
{
background-color: #578B52;
}
.BgClassName
{
background-color: #578B52;
}
</style>
border-color css
<style>
span { border-color: #578B52; }
span { border-color: rgb(87,139,82); }
td.TdClassName
{
border-color: #578B52;
}
.TagClassName
{
border-color: #578B52;
}
</style>