Shades of Hippie Green #557F52
Tints of Hippie Green #557F52
RGB
CMYK
RGB Variations
Color information
#557F52 (or 0x557F52) is known color: Hippie Green. HEX triplet: 55, 7F and 52. RGB value is (85,127,82). Sum of RGB (Red+Green+Blue) = 85+127+82=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #557F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F52 is #AA80AD. Grayscale: #6D6D6D. Windows color (decimal): -11174062 or 5406549. OLE color: 5406549.
HSL color Cylindrical-coordinate representation of color #557F52: hue angle of 116º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557F52 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 82 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.50 |
| HSL | 116º | 0.22% | 0.41% | - |
| HSV(B) | 116º | 0.35% | 0.5% | - |
| XYZ | 12.86 | 17.72 | 10.73 | - |
| YUV | 109.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 82 | 0.33 | 0 | 0.35 | 0.50 | 116 | 0.22 | 0.41 |
| Hex | 55 | 7F | 52 | 21 | 0 | 23 | 32 | 74 | 16 | 29 |
| Octal | 125 | 177 | 122 | 41 | 0 | 43 | 62 | 164 | 26 | 51 |
| Binary | 1010101 | 1111111 | 1010010 | 100001 | 0 | 100011 | 110010 | 1110100 | 10110 | 101001 |
Color Harmonies of #557F52
Complementary color
Monochromatic Colors of #557F52
Black with #557F52
Text Example
Text Example
White with #557F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F52; }
p { color: rgb(85,127,82); }
H1.HeaderClassName
{
color: #557F52;
}
.AnyTagClassName
{
color: #557F52;
}
</style>
background-color css
<style>
a { background-color: #557F52; }
a { background-color: rgb(85,127,82); }
div.DivClassName
{
background-color: #557F52;
}
.BgClassName
{
background-color: #557F52;
}
</style>
border-color css
<style>
span { border-color: #557F52; }
span { border-color: rgb(85,127,82); }
td.TdClassName
{
border-color: #557F52;
}
.TagClassName
{
border-color: #557F52;
}
</style>