#5E935D

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

Shades of Hippie Green #5E935D

Tints of Hippie Green #5E935D

Color information

#5E935D (or 0x5E935D) is unknown color: approx Hippie Green. HEX triplet: 5E, 93 and 5D. RGB value is (94,147,93). Sum of RGB (Red+Green+Blue) = 94+147+93=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #5E935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E935D is #A16CA2. Grayscale: #7D7D7D. Windows color (decimal): -10579107 or 6132574. OLE color: 6132574.

HSL color Cylindrical-coordinate representation of color #5E935D: hue angle of 118.89º 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 #5E935D is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB9414793-
CMYK0.3600.370.42
HSL118.89º22.5%47.06%-
HSV(B)118.89º36.73%57.65%-
XYZ17.0324.0414.1-
YUV125109.94105.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=28.14%
G=44.01%
B=27.84%

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
Decimal94147930.3600.370.42118.8922.547.06
Hex5E935D240252A77172f
Octal13622313544045521672757
Binary10111101001001110111011001000100101101010111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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