#5E9355

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

Shades of Hippie Green #5E9355

Tints of Hippie Green #5E9355

Color information

#5E9355 (or 0x5E9355) is unknown color: approx Hippie Green. HEX triplet: 5E, 93 and 55. RGB value is (94,147,85). Sum of RGB (Red+Green+Blue) = 94+147+85=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9355 is #A16CAA. Grayscale: #7C7C7C. Windows color (decimal): -10579115 or 5608286. OLE color: 5608286.

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

Color convert

RGB9414785-
CMYK0.3600.420.42
HSL111.29º26.72%45.49%-
HSV(B)111.29º42.18%57.65%-
XYZ16.6923.912.33-
YUV124.08105.94106.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=28.83%
G=45.09%
B=26.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94147850.3600.420.42111.2926.7245.49
Hex5E93552402A2A6f1b2d
Octal13622312544052521573355
Binary10111101001001110101011001000101010101010110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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