#5E945D

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

Shades of Hippie Green #5E945D

Tints of Hippie Green #5E945D

Color information

#5E945D (or 0x5E945D) is unknown color: approx Hippie Green. HEX triplet: 5E, 94 and 5D. RGB value is (94,148,93). Sum of RGB (Red+Green+Blue) = 94+148+93=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #5E945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E945D is #A16BA2. Grayscale: #7D7D7D. Windows color (decimal): -10578851 or 6132830. OLE color: 6132830.

HSL color Cylindrical-coordinate representation of color #5E945D: hue angle of 118.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E945D is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB9414893-
CMYK0.3600.370.42
HSL118.91º22.82%47.25%-
HSV(B)118.91º37.16%58.04%-
XYZ17.1824.3514.15-
YUV125.58109.61105.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=28.06%
G=44.18%
B=27.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94148930.3600.370.42118.9122.8247.25
Hex5E945D240252A77172f
Octal13622413544045521672757
Binary10111101001010010111011001000100101101010111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,148,93); }

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

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

 a { background-color: rgb(94,148,93); }

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

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

 span { border-color: rgb(94,148,93); }

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