Shades of Hippie Green #528B58
Tints of Hippie Green #528B58
RGB
CMYK
RGB Variations
Color information
#528B58 (or 0x528B58) is known color: Hippie Green. HEX triplet: 52, 8B and 58. RGB value is (82,139,88). Sum of RGB (Red+Green+Blue) = 82+139+88=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #528B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B58 is #AD74A7. Grayscale: #747474. Windows color (decimal): -11367592 or 5802834. OLE color: 5802834.
HSL color Cylindrical-coordinate representation of color #528B58: hue angle of 126.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B58 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 88 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.45 |
| HSL | 126.32º | 0.26% | 0.43% | - |
| HSV(B) | 126.32º | 0.41% | 0.55% | - |
| XYZ | 14.47 | 20.96 | 12.52 | - |
| YUV | 116.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 88 | 0.41 | 0 | 0.37 | 0.45 | 126.32 | 0.26 | 0.43 |
| Hex | 52 | 8B | 58 | 29 | 0 | 25 | 2D | 7E | 1A | 2B |
| Octal | 122 | 213 | 130 | 51 | 0 | 45 | 55 | 176 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1011000 | 101001 | 0 | 100101 | 101101 | 1111110 | 11010 | 101011 |
Color Harmonies of #528B58
Complementary color
Monochromatic Colors of #528B58
Black with #528B58
Text Example
Text Example
White with #528B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B58; }
p { color: rgb(82,139,88); }
H1.HeaderClassName
{
color: #528B58;
}
.AnyTagClassName
{
color: #528B58;
}
</style>
background-color css
<style>
a { background-color: #528B58; }
a { background-color: rgb(82,139,88); }
div.DivClassName
{
background-color: #528B58;
}
.BgClassName
{
background-color: #528B58;
}
</style>
border-color css
<style>
span { border-color: #528B58; }
span { border-color: rgb(82,139,88); }
td.TdClassName
{
border-color: #528B58;
}
.TagClassName
{
border-color: #528B58;
}
</style>