Shades of Hippie Green #557D52
Tints of Hippie Green #557D52
RGB
CMYK
RGB Variations
Color information
#557D52 (or 0x557D52) is known color: Hippie Green. HEX triplet: 55, 7D and 52. RGB value is (85,125,82). Sum of RGB (Red+Green+Blue) = 85+125+82=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #557D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D52 is #AA82AD. Grayscale: #6C6C6C. Windows color (decimal): -11174574 or 5406037. OLE color: 5406037.
HSL color Cylindrical-coordinate representation of color #557D52: hue angle of 115.81º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557D52 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 82 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.51 |
| HSL | 115.81º | 0.21% | 0.41% | - |
| HSV(B) | 115.81º | 0.34% | 0.49% | - |
| XYZ | 12.6 | 17.21 | 10.64 | - |
| YUV | 108.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 82 | 0.32 | 0 | 0.34 | 0.51 | 115.81 | 0.21 | 0.41 |
| Hex | 55 | 7D | 52 | 20 | 0 | 22 | 33 | 74 | 15 | 29 |
| Octal | 125 | 175 | 122 | 40 | 0 | 42 | 63 | 164 | 25 | 51 |
| Binary | 1010101 | 1111101 | 1010010 | 100000 | 0 | 100010 | 110011 | 1110100 | 10101 | 101001 |
Color Harmonies of #557D52
Complementary color
Monochromatic Colors of #557D52
Black with #557D52
Text Example
Text Example
White with #557D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D52; }
p { color: rgb(85,125,82); }
H1.HeaderClassName
{
color: #557D52;
}
.AnyTagClassName
{
color: #557D52;
}
</style>
background-color css
<style>
a { background-color: #557D52; }
a { background-color: rgb(85,125,82); }
div.DivClassName
{
background-color: #557D52;
}
.BgClassName
{
background-color: #557D52;
}
</style>
border-color css
<style>
span { border-color: #557D52; }
span { border-color: rgb(85,125,82); }
td.TdClassName
{
border-color: #557D52;
}
.TagClassName
{
border-color: #557D52;
}
</style>