Shades of Hippie Green #529048
Tints of Hippie Green #529048
RGB
CMYK
RGB Variations
Color information
#529048 (or 0x529048) is known color: Hippie Green. HEX triplet: 52, 90 and 48. RGB value is (82,144,72). Sum of RGB (Red+Green+Blue) = 82+144+72=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #529048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529048 is #AD6FB7. Grayscale: #757575. Windows color (decimal): -11366328 or 4755538. OLE color: 4755538.
HSL color Cylindrical-coordinate representation of color #529048: hue angle of 111.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #529048 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 72 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.44 |
| HSL | 111.67º | 0.33% | 0.42% | - |
| HSV(B) | 111.67º | 0.5% | 0.56% | - |
| XYZ | 14.62 | 22.21 | 9.65 | - |
| YUV | 117.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 72 | 0.43 | 0 | 0.50 | 0.44 | 111.67 | 0.33 | 0.42 |
| Hex | 52 | 90 | 48 | 2B | 0 | 32 | 2C | 70 | 21 | 2A |
| Octal | 122 | 220 | 110 | 53 | 0 | 62 | 54 | 160 | 41 | 52 |
| Binary | 1010010 | 10010000 | 1001000 | 101011 | 0 | 110010 | 101100 | 1110000 | 100001 | 101010 |
Color Harmonies of #529048
Complementary color
Monochromatic Colors of #529048
Black with #529048
Text Example
Text Example
White with #529048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529048; }
p { color: rgb(82,144,72); }
H1.HeaderClassName
{
color: #529048;
}
.AnyTagClassName
{
color: #529048;
}
</style>
background-color css
<style>
a { background-color: #529048; }
a { background-color: rgb(82,144,72); }
div.DivClassName
{
background-color: #529048;
}
.BgClassName
{
background-color: #529048;
}
</style>
border-color css
<style>
span { border-color: #529048; }
span { border-color: rgb(82,144,72); }
td.TdClassName
{
border-color: #529048;
}
.TagClassName
{
border-color: #529048;
}
</style>