#5E9356

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

Shades of Hippie Green #5E9356

Tints of Hippie Green #5E9356

Color information

#5E9356 (or 0x5E9356) is unknown color: approx Hippie Green. HEX triplet: 5E, 93 and 56. RGB value is (94,147,86). Sum of RGB (Red+Green+Blue) = 94+147+86=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9356 is #A16CA9. Grayscale: #7C7C7C. Windows color (decimal): -10579114 or 5673822. OLE color: 5673822.

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

Color convert

RGB9414786-
CMYK0.3600.410.42
HSL112.13º26.18%45.69%-
HSV(B)112.13º41.5%57.65%-
XYZ16.7323.9212.54-
YUV124.2106.44106.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=28.75%
G=44.95%
B=26.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94147860.3600.410.42112.1326.1845.69
Hex5E9356240292A701a2e
Octal13622312644051521603256
Binary10111101001001110101101001000101001101010111000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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