Shades of Hippie Green #529449
Tints of Hippie Green #529449
RGB
CMYK
RGB Variations
Color information
#529449 (or 0x529449) is known color: Hippie Green. HEX triplet: 52, 94 and 49. RGB value is (82,148,73). Sum of RGB (Red+Green+Blue) = 82+148+73=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #529449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529449 is #AD6BB6. Grayscale: #777777. Windows color (decimal): -11365303 or 4822098. OLE color: 4822098.
HSL color Cylindrical-coordinate representation of color #529449: hue angle of 112.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #529449 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 73 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.42 |
| HSL | 112.8º | 0.34% | 0.43% | - |
| HSV(B) | 112.8º | 0.51% | 0.58% | - |
| XYZ | 15.27 | 23.45 | 10.03 | - |
| YUV | 119.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 73 | 0.45 | 0 | 0.51 | 0.42 | 112.8 | 0.34 | 0.43 |
| Hex | 52 | 94 | 49 | 2D | 0 | 33 | 2A | 71 | 22 | 2B |
| Octal | 122 | 224 | 111 | 55 | 0 | 63 | 52 | 161 | 42 | 53 |
| Binary | 1010010 | 10010100 | 1001001 | 101101 | 0 | 110011 | 101010 | 1110001 | 100010 | 101011 |
Color Harmonies of #529449
Complementary color
Monochromatic Colors of #529449
Black with #529449
Text Example
Text Example
White with #529449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529449; }
p { color: rgb(82,148,73); }
H1.HeaderClassName
{
color: #529449;
}
.AnyTagClassName
{
color: #529449;
}
</style>
background-color css
<style>
a { background-color: #529449; }
a { background-color: rgb(82,148,73); }
div.DivClassName
{
background-color: #529449;
}
.BgClassName
{
background-color: #529449;
}
</style>
border-color css
<style>
span { border-color: #529449; }
span { border-color: rgb(82,148,73); }
td.TdClassName
{
border-color: #529449;
}
.TagClassName
{
border-color: #529449;
}
</style>