Shades of Hippie Green #528E4B
Tints of Hippie Green #528E4B
RGB
CMYK
RGB Variations
Color information
#528E4B (or 0x528E4B) is known color: Hippie Green. HEX triplet: 52, 8E and 4B. RGB value is (82,142,75). Sum of RGB (Red+Green+Blue) = 82+142+75=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #528E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E4B is #AD71B4. Grayscale: #747474. Windows color (decimal): -11366837 or 4951634. OLE color: 4951634.
HSL color Cylindrical-coordinate representation of color #528E4B: hue angle of 113.73º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528E4B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 75 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.44 |
| HSL | 113.73º | 0.31% | 0.43% | - |
| HSV(B) | 113.73º | 0.47% | 0.56% | - |
| XYZ | 14.42 | 21.65 | 10.07 | - |
| YUV | 116.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 75 | 0.42 | 0 | 0.47 | 0.44 | 113.73 | 0.31 | 0.43 |
| Hex | 52 | 8E | 4B | 2A | 0 | 2F | 2C | 72 | 1F | 2B |
| Octal | 122 | 216 | 113 | 52 | 0 | 57 | 54 | 162 | 37 | 53 |
| Binary | 1010010 | 10001110 | 1001011 | 101010 | 0 | 101111 | 101100 | 1110010 | 11111 | 101011 |
Color Harmonies of #528E4B
Complementary color
Monochromatic Colors of #528E4B
Black with #528E4B
Text Example
Text Example
White with #528E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E4B; }
p { color: rgb(82,142,75); }
H1.HeaderClassName
{
color: #528E4B;
}
.AnyTagClassName
{
color: #528E4B;
}
</style>
background-color css
<style>
a { background-color: #528E4B; }
a { background-color: rgb(82,142,75); }
div.DivClassName
{
background-color: #528E4B;
}
.BgClassName
{
background-color: #528E4B;
}
</style>
border-color css
<style>
span { border-color: #528E4B; }
span { border-color: rgb(82,142,75); }
td.TdClassName
{
border-color: #528E4B;
}
.TagClassName
{
border-color: #528E4B;
}
</style>