Shades of Hippie Green #58825A
Tints of Hippie Green #58825A
RGB
CMYK
RGB Variations
Color information
#58825A (or 0x58825A) is known color: Hippie Green. HEX triplet: 58, 82 and 5A. RGB value is (88,130,90). Sum of RGB (Red+Green+Blue) = 88+130+90=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #58825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58825A is #A77DA5. Grayscale: #717171. Windows color (decimal): -10976678 or 5931608. OLE color: 5931608.
HSL color Cylindrical-coordinate representation of color #58825A: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58825A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 90 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.49 |
| HSL | 122.86º | 0.19% | 0.43% | - |
| HSV(B) | 122.86º | 0.32% | 0.51% | - |
| XYZ | 13.85 | 18.78 | 12.57 | - |
| YUV | 112.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 90 | 0.32 | 0 | 0.31 | 0.49 | 122.86 | 0.19 | 0.43 |
| Hex | 58 | 82 | 5A | 20 | 0 | 1F | 31 | 7B | 13 | 2B |
| Octal | 130 | 202 | 132 | 40 | 0 | 37 | 61 | 173 | 23 | 53 |
| Binary | 1011000 | 10000010 | 1011010 | 100000 | 0 | 11111 | 110001 | 1111011 | 10011 | 101011 |
Color Harmonies of #58825A
Complementary color
Monochromatic Colors of #58825A
Black with #58825A
Text Example
Text Example
White with #58825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58825A; }
p { color: rgb(88,130,90); }
H1.HeaderClassName
{
color: #58825A;
}
.AnyTagClassName
{
color: #58825A;
}
</style>
background-color css
<style>
a { background-color: #58825A; }
a { background-color: rgb(88,130,90); }
div.DivClassName
{
background-color: #58825A;
}
.BgClassName
{
background-color: #58825A;
}
</style>
border-color css
<style>
span { border-color: #58825A; }
span { border-color: rgb(88,130,90); }
td.TdClassName
{
border-color: #58825A;
}
.TagClassName
{
border-color: #58825A;
}
</style>