Shades of Hippie Green #528B50
Tints of Hippie Green #528B50
RGB
CMYK
RGB Variations
Color information
#528B50 (or 0x528B50) is known color: Hippie Green. HEX triplet: 52, 8B and 50. RGB value is (82,139,80). Sum of RGB (Red+Green+Blue) = 82+139+80=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #528B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B50 is #AD74AF. Grayscale: #737373. Windows color (decimal): -11367600 or 5278546. OLE color: 5278546.
HSL color Cylindrical-coordinate representation of color #528B50: hue angle of 117.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528B50 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 80 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.45 |
| HSL | 117.97º | 0.27% | 0.43% | - |
| HSV(B) | 117.97º | 0.42% | 0.55% | - |
| XYZ | 14.16 | 20.84 | 10.87 | - |
| YUV | 115.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 80 | 0.41 | 0 | 0.42 | 0.45 | 117.97 | 0.27 | 0.43 |
| Hex | 52 | 8B | 50 | 29 | 0 | 2A | 2D | 76 | 1B | 2B |
| Octal | 122 | 213 | 120 | 51 | 0 | 52 | 55 | 166 | 33 | 53 |
| Binary | 1010010 | 10001011 | 1010000 | 101001 | 0 | 101010 | 101101 | 1110110 | 11011 | 101011 |
Color Harmonies of #528B50
Complementary color
Monochromatic Colors of #528B50
Black with #528B50
Text Example
Text Example
White with #528B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B50; }
p { color: rgb(82,139,80); }
H1.HeaderClassName
{
color: #528B50;
}
.AnyTagClassName
{
color: #528B50;
}
</style>
background-color css
<style>
a { background-color: #528B50; }
a { background-color: rgb(82,139,80); }
div.DivClassName
{
background-color: #528B50;
}
.BgClassName
{
background-color: #528B50;
}
</style>
border-color css
<style>
span { border-color: #528B50; }
span { border-color: rgb(82,139,80); }
td.TdClassName
{
border-color: #528B50;
}
.TagClassName
{
border-color: #528B50;
}
</style>