#5E8956

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

Shades of Hippie Green #5E8956

Tints of Hippie Green #5E8956

Color information

#5E8956 (or 0x5E8956) is unknown color: approx Hippie Green. HEX triplet: 5E, 89 and 56. RGB value is (94,137,86). Sum of RGB (Red+Green+Blue) = 94+137+86=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8956 is #A176A9. Grayscale: #767676. Windows color (decimal): -10581674 or 5671262. OLE color: 5671262.

HSL color Cylindrical-coordinate representation of color #5E8956: hue angle of 110.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8956 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB9413786-
CMYK0.3100.370.46
HSL110.59º22.87%43.73%-
HSV(B)110.59º37.23%53.73%-
XYZ15.2420.9412.04-
YUV118.33109.75110.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=29.65%
G=43.22%
B=27.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94137860.3100.370.46110.5922.8743.73
Hex5E89561F0252E6f172c
Octal13621112637045561572754
Binary1011110100010011010110111110100101101110110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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