Shades of Hippie Green #5D8554
Tints of Hippie Green #5D8554
RGB
CMYK
RGB Variations
Color information
#5D8554 (or 0x5D8554) is known color: Hippie Green. HEX triplet: 5D, 85 and 54. RGB value is (93,133,84). Sum of RGB (Red+Green+Blue) = 93+133+84=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8554 is #A27AAB. Grayscale: #737373. Windows color (decimal): -10648236 or 5539165. OLE color: 5539165.
HSL color Cylindrical-coordinate representation of color #5D8554: hue angle of 108.98º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D8554 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 84 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.48 |
| HSL | 108.98º | 0.23% | 0.43% | - |
| HSV(B) | 108.98º | 0.37% | 0.52% | - |
| XYZ | 14.5 | 19.74 | 11.43 | - |
| YUV | 115.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 84 | 0.30 | 0 | 0.37 | 0.48 | 108.98 | 0.23 | 0.43 |
| Hex | 5D | 85 | 54 | 1E | 0 | 25 | 30 | 6D | 17 | 2B |
| Octal | 135 | 205 | 124 | 36 | 0 | 45 | 60 | 155 | 27 | 53 |
| Binary | 1011101 | 10000101 | 1010100 | 11110 | 0 | 100101 | 110000 | 1101101 | 10111 | 101011 |
Color Harmonies of #5D8554
Complementary color
Monochromatic Colors of #5D8554
Black with #5D8554
Text Example
Text Example
White with #5D8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8554; }
p { color: rgb(93,133,84); }
H1.HeaderClassName
{
color: #5D8554;
}
.AnyTagClassName
{
color: #5D8554;
}
</style>
background-color css
<style>
a { background-color: #5D8554; }
a { background-color: rgb(93,133,84); }
div.DivClassName
{
background-color: #5D8554;
}
.BgClassName
{
background-color: #5D8554;
}
</style>
border-color css
<style>
span { border-color: #5D8554; }
span { border-color: rgb(93,133,84); }
td.TdClassName
{
border-color: #5D8554;
}
.TagClassName
{
border-color: #5D8554;
}
</style>