#5E825D

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

Shades of Hippie Green #5E825D

Tints of Hippie Green #5E825D

Color information

#5E825D (or 0x5E825D) is unknown color: approx Hippie Green. HEX triplet: 5E, 82 and 5D. RGB value is (94,130,93). Sum of RGB (Red+Green+Blue) = 94+130+93=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #5E825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E825D is #A17DA2. Grayscale: #737373. Windows color (decimal): -10583459 or 6128222. OLE color: 6128222.

HSL color Cylindrical-coordinate representation of color #5E825D: hue angle of 118.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E825D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB9413093-
CMYK0.2800.280.49
HSL118.38º16.59%43.73%-
HSV(B)118.38º28.46%50.98%-
XYZ14.5719.1413.28-
YUV115.02115.57113.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=29.65%
G=41.01%
B=29.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130930.2800.280.49118.3816.5943.73
Hex5E825D1C01C3176112c
Octal13620213534034611662154
Binary101111010000010101110111100011100110001111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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