Shades of Hippie Green #58974A
Tints of Hippie Green #58974A
RGB
CMYK
RGB Variations
Color information
#58974A (or 0x58974A) is known color: Hippie Green. HEX triplet: 58, 97 and 4A. RGB value is (88,151,74). Sum of RGB (Red+Green+Blue) = 88+151+74=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #58974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58974A is #A768B5. Grayscale: #7B7B7B. Windows color (decimal): -10971318 or 4888408. OLE color: 4888408.
HSL color Cylindrical-coordinate representation of color #58974A: hue angle of 109.09º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58974A is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 74 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.41 |
| HSL | 109.09º | 0.34% | 0.44% | - |
| HSV(B) | 109.09º | 0.51% | 0.59% | - |
| XYZ | 16.33 | 24.7 | 10.39 | - |
| YUV | 123.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 74 | 0.42 | 0 | 0.51 | 0.41 | 109.09 | 0.34 | 0.44 |
| Hex | 58 | 97 | 4A | 2A | 0 | 33 | 29 | 6D | 22 | 2C |
| Octal | 130 | 227 | 112 | 52 | 0 | 63 | 51 | 155 | 42 | 54 |
| Binary | 1011000 | 10010111 | 1001010 | 101010 | 0 | 110011 | 101001 | 1101101 | 100010 | 101100 |
Color Harmonies of #58974A
Complementary color
Monochromatic Colors of #58974A
Black with #58974A
Text Example
Text Example
White with #58974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58974A; }
p { color: rgb(88,151,74); }
H1.HeaderClassName
{
color: #58974A;
}
.AnyTagClassName
{
color: #58974A;
}
</style>
background-color css
<style>
a { background-color: #58974A; }
a { background-color: rgb(88,151,74); }
div.DivClassName
{
background-color: #58974A;
}
.BgClassName
{
background-color: #58974A;
}
</style>
border-color css
<style>
span { border-color: #58974A; }
span { border-color: rgb(88,151,74); }
td.TdClassName
{
border-color: #58974A;
}
.TagClassName
{
border-color: #58974A;
}
</style>