Shades of Hippie Green #52904D
Tints of Hippie Green #52904D
RGB
CMYK
RGB Variations
Color information
#52904D (or 0x52904D) is known color: Hippie Green. HEX triplet: 52, 90 and 4D. RGB value is (82,144,77). Sum of RGB (Red+Green+Blue) = 82+144+77=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #52904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52904D is #AD6FB2. Grayscale: #767676. Windows color (decimal): -11366323 or 5083218. OLE color: 5083218.
HSL color Cylindrical-coordinate representation of color #52904D: hue angle of 115.52º degrees, saturation: 0.3, 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 #52904D is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 77 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.44 |
| HSL | 115.52º | 0.3% | 0.43% | - |
| HSV(B) | 115.52º | 0.47% | 0.56% | - |
| XYZ | 14.79 | 22.28 | 10.54 | - |
| YUV | 117.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 77 | 0.43 | 0 | 0.47 | 0.44 | 115.52 | 0.3 | 0.43 |
| Hex | 52 | 90 | 4D | 2B | 0 | 2F | 2C | 74 | 1E | 2B |
| Octal | 122 | 220 | 115 | 53 | 0 | 57 | 54 | 164 | 36 | 53 |
| Binary | 1010010 | 10010000 | 1001101 | 101011 | 0 | 101111 | 101100 | 1110100 | 11110 | 101011 |
Color Harmonies of #52904D
Complementary color
Monochromatic Colors of #52904D
Black with #52904D
Text Example
Text Example
White with #52904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52904D; }
p { color: rgb(82,144,77); }
H1.HeaderClassName
{
color: #52904D;
}
.AnyTagClassName
{
color: #52904D;
}
</style>
background-color css
<style>
a { background-color: #52904D; }
a { background-color: rgb(82,144,77); }
div.DivClassName
{
background-color: #52904D;
}
.BgClassName
{
background-color: #52904D;
}
</style>
border-color css
<style>
span { border-color: #52904D; }
span { border-color: rgb(82,144,77); }
td.TdClassName
{
border-color: #52904D;
}
.TagClassName
{
border-color: #52904D;
}
</style>