Shades of Hippie Green #528C55
Tints of Hippie Green #528C55
RGB
CMYK
RGB Variations
Color information
#528C55 (or 0x528C55) is known color: Hippie Green. HEX triplet: 52, 8C and 55. RGB value is (82,140,85). Sum of RGB (Red+Green+Blue) = 82+140+85=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #528C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C55 is #AD73AA. Grayscale: #747474. Windows color (decimal): -11367339 or 5606482. OLE color: 5606482.
HSL color Cylindrical-coordinate representation of color #528C55: hue angle of 123.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C55 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 85 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.45 |
| HSL | 123.1º | 0.26% | 0.44% | - |
| HSV(B) | 123.1º | 0.41% | 0.55% | - |
| XYZ | 14.5 | 21.21 | 11.92 | - |
| YUV | 116.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 85 | 0.41 | 0 | 0.39 | 0.45 | 123.1 | 0.26 | 0.44 |
| Hex | 52 | 8C | 55 | 29 | 0 | 27 | 2D | 7B | 1A | 2C |
| Octal | 122 | 214 | 125 | 51 | 0 | 47 | 55 | 173 | 32 | 54 |
| Binary | 1010010 | 10001100 | 1010101 | 101001 | 0 | 100111 | 101101 | 1111011 | 11010 | 101100 |
Color Harmonies of #528C55
Complementary color
Monochromatic Colors of #528C55
Black with #528C55
Text Example
Text Example
White with #528C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C55; }
p { color: rgb(82,140,85); }
H1.HeaderClassName
{
color: #528C55;
}
.AnyTagClassName
{
color: #528C55;
}
</style>
background-color css
<style>
a { background-color: #528C55; }
a { background-color: rgb(82,140,85); }
div.DivClassName
{
background-color: #528C55;
}
.BgClassName
{
background-color: #528C55;
}
</style>
border-color css
<style>
span { border-color: #528C55; }
span { border-color: rgb(82,140,85); }
td.TdClassName
{
border-color: #528C55;
}
.TagClassName
{
border-color: #528C55;
}
</style>