Shades of Hippie Green #528350
Tints of Hippie Green #528350
RGB
CMYK
RGB Variations
Color information
#528350 (or 0x528350) is known color: Hippie Green. HEX triplet: 52, 83 and 50. RGB value is (82,131,80). Sum of RGB (Red+Green+Blue) = 82+131+80=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #528350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528350 is #AD7CAF. Grayscale: #6E6E6E. Windows color (decimal): -11369648 or 5276498. OLE color: 5276498.
HSL color Cylindrical-coordinate representation of color #528350: hue angle of 117.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528350 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 80 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.49 |
| HSL | 117.65º | 0.24% | 0.41% | - |
| HSV(B) | 117.65º | 0.39% | 0.51% | - |
| XYZ | 13.04 | 18.61 | 10.49 | - |
| YUV | 110.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 80 | 0.37 | 0 | 0.39 | 0.49 | 117.65 | 0.24 | 0.41 |
| Hex | 52 | 83 | 50 | 25 | 0 | 27 | 31 | 76 | 18 | 29 |
| Octal | 122 | 203 | 120 | 45 | 0 | 47 | 61 | 166 | 30 | 51 |
| Binary | 1010010 | 10000011 | 1010000 | 100101 | 0 | 100111 | 110001 | 1110110 | 11000 | 101001 |
Color Harmonies of #528350
Complementary color
Monochromatic Colors of #528350
Black with #528350
Text Example
Text Example
White with #528350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528350; }
p { color: rgb(82,131,80); }
H1.HeaderClassName
{
color: #528350;
}
.AnyTagClassName
{
color: #528350;
}
</style>
background-color css
<style>
a { background-color: #528350; }
a { background-color: rgb(82,131,80); }
div.DivClassName
{
background-color: #528350;
}
.BgClassName
{
background-color: #528350;
}
</style>
border-color css
<style>
span { border-color: #528350; }
span { border-color: rgb(82,131,80); }
td.TdClassName
{
border-color: #528350;
}
.TagClassName
{
border-color: #528350;
}
</style>