Shades of Hippie Green #5C9353
Tints of Hippie Green #5C9353
RGB
CMYK
RGB Variations
Color information
#5C9353 (or 0x5C9353) is known color: Hippie Green. HEX triplet: 5C, 93 and 53. RGB value is (92,147,83). Sum of RGB (Red+Green+Blue) = 92+147+83=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9353 is #A36CAC. Grayscale: #7B7B7B. Windows color (decimal): -10710189 or 5477212. OLE color: 5477212.
HSL color Cylindrical-coordinate representation of color #5C9353: hue angle of 111.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C9353 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 83 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.42 |
| HSL | 111.56º | 0.28% | 0.45% | - |
| HSV(B) | 111.56º | 0.44% | 0.58% | - |
| XYZ | 16.41 | 23.77 | 11.91 | - |
| YUV | 123.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 83 | 0.37 | 0 | 0.44 | 0.42 | 111.56 | 0.28 | 0.45 |
| Hex | 5C | 93 | 53 | 25 | 0 | 2C | 2A | 70 | 1C | 2D |
| Octal | 134 | 223 | 123 | 45 | 0 | 54 | 52 | 160 | 34 | 55 |
| Binary | 1011100 | 10010011 | 1010011 | 100101 | 0 | 101100 | 101010 | 1110000 | 11100 | 101101 |
Color Harmonies of #5C9353
Complementary color
Monochromatic Colors of #5C9353
Black with #5C9353
Text Example
Text Example
White with #5C9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9353; }
p { color: rgb(92,147,83); }
H1.HeaderClassName
{
color: #5C9353;
}
.AnyTagClassName
{
color: #5C9353;
}
</style>
background-color css
<style>
a { background-color: #5C9353; }
a { background-color: rgb(92,147,83); }
div.DivClassName
{
background-color: #5C9353;
}
.BgClassName
{
background-color: #5C9353;
}
</style>
border-color css
<style>
span { border-color: #5C9353; }
span { border-color: rgb(92,147,83); }
td.TdClassName
{
border-color: #5C9353;
}
.TagClassName
{
border-color: #5C9353;
}
</style>