Shades of Hippie Green #5C8455
Tints of Hippie Green #5C8455
RGB
CMYK
RGB Variations
Color information
#5C8455 (or 0x5C8455) is known color: Hippie Green. HEX triplet: 5C, 84 and 55. RGB value is (92,132,85). Sum of RGB (Red+Green+Blue) = 92+132+85=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8455 is #A37BAA. Grayscale: #727272. Windows color (decimal): -10714027 or 5604444. OLE color: 5604444.
HSL color Cylindrical-coordinate representation of color #5C8455: hue angle of 111.06º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C8455 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 85 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.48 |
| HSL | 111.06º | 0.22% | 0.43% | - |
| HSV(B) | 111.06º | 0.36% | 0.52% | - |
| XYZ | 14.3 | 19.43 | 11.59 | - |
| YUV | 114.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 85 | 0.30 | 0 | 0.36 | 0.48 | 111.06 | 0.22 | 0.43 |
| Hex | 5C | 84 | 55 | 1E | 0 | 24 | 30 | 6F | 16 | 2B |
| Octal | 134 | 204 | 125 | 36 | 0 | 44 | 60 | 157 | 26 | 53 |
| Binary | 1011100 | 10000100 | 1010101 | 11110 | 0 | 100100 | 110000 | 1101111 | 10110 | 101011 |
Color Harmonies of #5C8455
Complementary color
Monochromatic Colors of #5C8455
Black with #5C8455
Text Example
Text Example
White with #5C8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8455; }
p { color: rgb(92,132,85); }
H1.HeaderClassName
{
color: #5C8455;
}
.AnyTagClassName
{
color: #5C8455;
}
</style>
background-color css
<style>
a { background-color: #5C8455; }
a { background-color: rgb(92,132,85); }
div.DivClassName
{
background-color: #5C8455;
}
.BgClassName
{
background-color: #5C8455;
}
</style>
border-color css
<style>
span { border-color: #5C8455; }
span { border-color: rgb(92,132,85); }
td.TdClassName
{
border-color: #5C8455;
}
.TagClassName
{
border-color: #5C8455;
}
</style>