Shades of Hippie Green #528D4A
Tints of Hippie Green #528D4A
RGB
CMYK
RGB Variations
Color information
#528D4A (or 0x528D4A) is known color: Hippie Green. HEX triplet: 52, 8D and 4A. RGB value is (82,141,74). Sum of RGB (Red+Green+Blue) = 82+141+74=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #528D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D4A is #AD72B5. Grayscale: #737373. Windows color (decimal): -11367094 or 4885842. OLE color: 4885842.
HSL color Cylindrical-coordinate representation of color #528D4A: hue angle of 112.84º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528D4A is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 74 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.45 |
| HSL | 112.84º | 0.31% | 0.42% | - |
| HSV(B) | 112.84º | 0.48% | 0.55% | - |
| XYZ | 14.24 | 21.34 | 9.85 | - |
| YUV | 115.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 74 | 0.42 | 0 | 0.48 | 0.45 | 112.84 | 0.31 | 0.42 |
| Hex | 52 | 8D | 4A | 2A | 0 | 30 | 2D | 71 | 1F | 2A |
| Octal | 122 | 215 | 112 | 52 | 0 | 60 | 55 | 161 | 37 | 52 |
| Binary | 1010010 | 10001101 | 1001010 | 101010 | 0 | 110000 | 101101 | 1110001 | 11111 | 101010 |
Color Harmonies of #528D4A
Complementary color
Monochromatic Colors of #528D4A
Black with #528D4A
Text Example
Text Example
White with #528D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D4A; }
p { color: rgb(82,141,74); }
H1.HeaderClassName
{
color: #528D4A;
}
.AnyTagClassName
{
color: #528D4A;
}
</style>
background-color css
<style>
a { background-color: #528D4A; }
a { background-color: rgb(82,141,74); }
div.DivClassName
{
background-color: #528D4A;
}
.BgClassName
{
background-color: #528D4A;
}
</style>
border-color css
<style>
span { border-color: #528D4A; }
span { border-color: rgb(82,141,74); }
td.TdClassName
{
border-color: #528D4A;
}
.TagClassName
{
border-color: #528D4A;
}
</style>