Shades of Hippie Green #5E9A52
Tints of Hippie Green #5E9A52
RGB
CMYK
RGB Variations
Color information
#5E9A52 (or 0x5E9A52) is known color: Hippie Green. HEX triplet: 5E, 9A and 52. RGB value is (94,154,82). Sum of RGB (Red+Green+Blue) = 94+154+82=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A52 is #A165AD. Grayscale: #808080. Windows color (decimal): -10577326 or 5413470. OLE color: 5413470.
HSL color Cylindrical-coordinate representation of color #5E9A52: hue angle of 110º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E9A52 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 82 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.40 |
| HSL | 110º | 0.31% | 0.46% | - |
| HSV(B) | 110º | 0.47% | 0.6% | - |
| XYZ | 17.69 | 26.1 | 12.09 | - |
| YUV | 127.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 82 | 0.39 | 0 | 0.47 | 0.40 | 110 | 0.31 | 0.46 |
| Hex | 5E | 9A | 52 | 27 | 0 | 2F | 28 | 6E | 1F | 2E |
| Octal | 136 | 232 | 122 | 47 | 0 | 57 | 50 | 156 | 37 | 56 |
| Binary | 1011110 | 10011010 | 1010010 | 100111 | 0 | 101111 | 101000 | 1101110 | 11111 | 101110 |
Color Harmonies of #5E9A52
Complementary color
Monochromatic Colors of #5E9A52
Black with #5E9A52
Text Example
Text Example
White with #5E9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A52; }
p { color: rgb(94,154,82); }
H1.HeaderClassName
{
color: #5E9A52;
}
.AnyTagClassName
{
color: #5E9A52;
}
</style>
background-color css
<style>
a { background-color: #5E9A52; }
a { background-color: rgb(94,154,82); }
div.DivClassName
{
background-color: #5E9A52;
}
.BgClassName
{
background-color: #5E9A52;
}
</style>
border-color css
<style>
span { border-color: #5E9A52; }
span { border-color: rgb(94,154,82); }
td.TdClassName
{
border-color: #5E9A52;
}
.TagClassName
{
border-color: #5E9A52;
}
</style>