Shades of Hippie Green #599052
Tints of Hippie Green #599052
RGB
CMYK
RGB Variations
Color information
#599052 (or 0x599052) is known color: Hippie Green. HEX triplet: 59, 90 and 52. RGB value is (89,144,82). Sum of RGB (Red+Green+Blue) = 89+144+82=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #599052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599052 is #A66FAD. Grayscale: #787878. Windows color (decimal): -10907566 or 5410905. OLE color: 5410905.
HSL color Cylindrical-coordinate representation of color #599052: hue angle of 113.23º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599052 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 82 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.44 |
| HSL | 113.23º | 0.27% | 0.44% | - |
| HSV(B) | 113.23º | 0.43% | 0.56% | - |
| XYZ | 15.62 | 22.68 | 11.54 | - |
| YUV | 120.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 82 | 0.38 | 0 | 0.43 | 0.44 | 113.23 | 0.27 | 0.44 |
| Hex | 59 | 90 | 52 | 26 | 0 | 2B | 2C | 71 | 1B | 2C |
| Octal | 131 | 220 | 122 | 46 | 0 | 53 | 54 | 161 | 33 | 54 |
| Binary | 1011001 | 10010000 | 1010010 | 100110 | 0 | 101011 | 101100 | 1110001 | 11011 | 101100 |
Color Harmonies of #599052
Complementary color
Monochromatic Colors of #599052
Black with #599052
Text Example
Text Example
White with #599052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599052; }
p { color: rgb(89,144,82); }
H1.HeaderClassName
{
color: #599052;
}
.AnyTagClassName
{
color: #599052;
}
</style>
background-color css
<style>
a { background-color: #599052; }
a { background-color: rgb(89,144,82); }
div.DivClassName
{
background-color: #599052;
}
.BgClassName
{
background-color: #599052;
}
</style>
border-color css
<style>
span { border-color: #599052; }
span { border-color: rgb(89,144,82); }
td.TdClassName
{
border-color: #599052;
}
.TagClassName
{
border-color: #599052;
}
</style>