Shades of Hippie Green #5D944C
Tints of Hippie Green #5D944C
RGB
CMYK
RGB Variations
Color information
#5D944C (or 0x5D944C) is known color: Hippie Green. HEX triplet: 5D, 94 and 4C. RGB value is (93,148,76). Sum of RGB (Red+Green+Blue) = 93+148+76=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #5D944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D944C is #A26BB3. Grayscale: #7B7B7B. Windows color (decimal): -10644404 or 5018717. OLE color: 5018717.
HSL color Cylindrical-coordinate representation of color #5D944C: hue angle of 105.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D944C is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 76 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.42 |
| HSL | 105.83º | 0.32% | 0.44% | - |
| HSV(B) | 105.83º | 0.49% | 0.58% | - |
| XYZ | 16.41 | 24.03 | 10.61 | - |
| YUV | 123.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 76 | 0.37 | 0 | 0.49 | 0.42 | 105.83 | 0.32 | 0.44 |
| Hex | 5D | 94 | 4C | 25 | 0 | 31 | 2A | 6A | 20 | 2C |
| Octal | 135 | 224 | 114 | 45 | 0 | 61 | 52 | 152 | 40 | 54 |
| Binary | 1011101 | 10010100 | 1001100 | 100101 | 0 | 110001 | 101010 | 1101010 | 100000 | 101100 |
Color Harmonies of #5D944C
Complementary color
Monochromatic Colors of #5D944C
Black with #5D944C
Text Example
Text Example
White with #5D944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D944C; }
p { color: rgb(93,148,76); }
H1.HeaderClassName
{
color: #5D944C;
}
.AnyTagClassName
{
color: #5D944C;
}
</style>
background-color css
<style>
a { background-color: #5D944C; }
a { background-color: rgb(93,148,76); }
div.DivClassName
{
background-color: #5D944C;
}
.BgClassName
{
background-color: #5D944C;
}
</style>
border-color css
<style>
span { border-color: #5D944C; }
span { border-color: rgb(93,148,76); }
td.TdClassName
{
border-color: #5D944C;
}
.TagClassName
{
border-color: #5D944C;
}
</style>