Shades of Hippie Green #59954B
Tints of Hippie Green #59954B
RGB
CMYK
RGB Variations
Color information
#59954B (or 0x59954B) is known color: Hippie Green. HEX triplet: 59, 95 and 4B. RGB value is (89,149,75). Sum of RGB (Red+Green+Blue) = 89+149+75=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #59954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59954B is #A66AB4. Grayscale: #7A7A7A. Windows color (decimal): -10906293 or 4953433. OLE color: 4953433.
HSL color Cylindrical-coordinate representation of color #59954B: hue angle of 108.65º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59954B is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 75 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.42 |
| HSL | 108.65º | 0.33% | 0.44% | - |
| HSV(B) | 108.65º | 0.5% | 0.58% | - |
| XYZ | 16.14 | 24.13 | 10.46 | - |
| YUV | 122.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 75 | 0.40 | 0 | 0.50 | 0.42 | 108.65 | 0.33 | 0.44 |
| Hex | 59 | 95 | 4B | 28 | 0 | 32 | 2A | 6D | 21 | 2C |
| Octal | 131 | 225 | 113 | 50 | 0 | 62 | 52 | 155 | 41 | 54 |
| Binary | 1011001 | 10010101 | 1001011 | 101000 | 0 | 110010 | 101010 | 1101101 | 100001 | 101100 |
Color Harmonies of #59954B
Complementary color
Monochromatic Colors of #59954B
Black with #59954B
Text Example
Text Example
White with #59954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59954B; }
p { color: rgb(89,149,75); }
H1.HeaderClassName
{
color: #59954B;
}
.AnyTagClassName
{
color: #59954B;
}
</style>
background-color css
<style>
a { background-color: #59954B; }
a { background-color: rgb(89,149,75); }
div.DivClassName
{
background-color: #59954B;
}
.BgClassName
{
background-color: #59954B;
}
</style>
border-color css
<style>
span { border-color: #59954B; }
span { border-color: rgb(89,149,75); }
td.TdClassName
{
border-color: #59954B;
}
.TagClassName
{
border-color: #59954B;
}
</style>