#5E845F

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

Shades of Hippie Green #5E845F

Tints of Hippie Green #5E845F

Color information

#5E845F (or 0x5E845F) is unknown color: approx Hippie Green. HEX triplet: 5E, 84 and 5F. RGB value is (94,132,95). Sum of RGB (Red+Green+Blue) = 94+132+95=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #5E845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E845F is #A17BA0. Grayscale: #747474. Windows color (decimal): -10582945 or 6259806. OLE color: 6259806.

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

Color convert

RGB9413295-
CMYK0.2900.280.48
HSL121.58º16.81%44.31%-
HSV(B)121.58º28.79%51.76%-
XYZ14.9319.7113.84-
YUV116.42115.91112.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=29.28%
G=41.12%
B=29.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132950.2900.280.48121.5816.8144.31
Hex5E845F1D01C307a112c
Octal13620413735034601722154
Binary101111010000100101111111101011100110000111101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,95); }

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

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

 a { background-color: rgb(94,132,95); }

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

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

 span { border-color: rgb(94,132,95); }

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