Shades of Hippie Green #599450
Tints of Hippie Green #599450
RGB
CMYK
RGB Variations
Color information
#599450 (or 0x599450) is known color: Hippie Green. HEX triplet: 59, 94 and 50. RGB value is (89,148,80). Sum of RGB (Red+Green+Blue) = 89+148+80=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #599450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599450 is #A66BAF. Grayscale: #7A7A7A. Windows color (decimal): -10906544 or 5280857. OLE color: 5280857.
HSL color Cylindrical-coordinate representation of color #599450: hue angle of 112.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #599450 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 80 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.42 |
| HSL | 112.06º | 0.3% | 0.45% | - |
| HSV(B) | 112.06º | 0.46% | 0.58% | - |
| XYZ | 16.16 | 23.88 | 11.35 | - |
| YUV | 122.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 80 | 0.40 | 0 | 0.46 | 0.42 | 112.06 | 0.3 | 0.45 |
| Hex | 59 | 94 | 50 | 28 | 0 | 2E | 2A | 70 | 1E | 2D |
| Octal | 131 | 224 | 120 | 50 | 0 | 56 | 52 | 160 | 36 | 55 |
| Binary | 1011001 | 10010100 | 1010000 | 101000 | 0 | 101110 | 101010 | 1110000 | 11110 | 101101 |
Color Harmonies of #599450
Complementary color
Monochromatic Colors of #599450
Black with #599450
Text Example
Text Example
White with #599450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599450; }
p { color: rgb(89,148,80); }
H1.HeaderClassName
{
color: #599450;
}
.AnyTagClassName
{
color: #599450;
}
</style>
background-color css
<style>
a { background-color: #599450; }
a { background-color: rgb(89,148,80); }
div.DivClassName
{
background-color: #599450;
}
.BgClassName
{
background-color: #599450;
}
</style>
border-color css
<style>
span { border-color: #599450; }
span { border-color: rgb(89,148,80); }
td.TdClassName
{
border-color: #599450;
}
.TagClassName
{
border-color: #599450;
}
</style>