#5E994D

Color #5E994D Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5E994D

Tints of Hippie Green #5E994D

Color information

#5E994D (or 0x5E994D) is unknown color: approx Hippie Green. HEX triplet: 5E, 99 and 4D. RGB value is (94,153,77). Sum of RGB (Red+Green+Blue) = 94+153+77=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #5E994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E994D is #A166B2. Grayscale: #7E7E7E. Windows color (decimal): -10577587 or 5085534. OLE color: 5085534.

HSL color Cylindrical-coordinate representation of color #5E994D: hue angle of 106.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E994D is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB9415377-
CMYK0.3900.500.4
HSL106.58º33.04%45.1%-
HSV(B)106.58º49.67%60%-
XYZ17.3525.711.07-
YUV126.799.95104.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=29.01%
G=47.22%
B=23.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94153770.3900.500.4106.5833.0445.1
Hex5E994D27032286b212d
Octal13623111547062501534155
Binary101111010011001100110110011101100101010001101011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E994D; }

 p { color: rgb(94,153,77); }

 H1.HeaderClassName
 {
   color: #5E994D;
 }
 .AnyTagClassName
 {
   color: #5E994D;
 }
</style>
background-color css

<style>
 a { background-color: #5E994D; }

 a { background-color: rgb(94,153,77); }

 div.DivClassName
 {
   background-color: #5E994D;
 }
 .BgClassName
 {
   background-color: #5E994D;
 }
</style>
border-color css

<style>
 span { border-color: #5E994D; }

 span { border-color: rgb(94,153,77); }

 td.TdClassName
 {
   border-color: #5E994D;
 }
 .TagClassName
 {
   border-color: #5E994D;
 }
</style>