Shades of Hippie Green #5A8552
Tints of Hippie Green #5A8552
RGB
CMYK
RGB Variations
Color information
#5A8552 (or 0x5A8552) is known color: Hippie Green. HEX triplet: 5A, 85 and 52. RGB value is (90,133,82). Sum of RGB (Red+Green+Blue) = 90+133+82=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8552 is #A57AAD. Grayscale: #727272. Windows color (decimal): -10844846 or 5408090. OLE color: 5408090.
HSL color Cylindrical-coordinate representation of color #5A8552: hue angle of 110.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8552 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 82 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.48 |
| HSL | 110.59º | 0.24% | 0.42% | - |
| HSV(B) | 110.59º | 0.38% | 0.52% | - |
| XYZ | 14.13 | 19.56 | 11.01 | - |
| YUV | 114.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 82 | 0.32 | 0 | 0.38 | 0.48 | 110.59 | 0.24 | 0.42 |
| Hex | 5A | 85 | 52 | 20 | 0 | 26 | 30 | 6F | 18 | 2A |
| Octal | 132 | 205 | 122 | 40 | 0 | 46 | 60 | 157 | 30 | 52 |
| Binary | 1011010 | 10000101 | 1010010 | 100000 | 0 | 100110 | 110000 | 1101111 | 11000 | 101010 |
Color Harmonies of #5A8552
Complementary color
Monochromatic Colors of #5A8552
Black with #5A8552
Text Example
Text Example
White with #5A8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8552; }
p { color: rgb(90,133,82); }
H1.HeaderClassName
{
color: #5A8552;
}
.AnyTagClassName
{
color: #5A8552;
}
</style>
background-color css
<style>
a { background-color: #5A8552; }
a { background-color: rgb(90,133,82); }
div.DivClassName
{
background-color: #5A8552;
}
.BgClassName
{
background-color: #5A8552;
}
</style>
border-color css
<style>
span { border-color: #5A8552; }
span { border-color: rgb(90,133,82); }
td.TdClassName
{
border-color: #5A8552;
}
.TagClassName
{
border-color: #5A8552;
}
</style>