#5E8858

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

Shades of Hippie Green #5E8858

Tints of Hippie Green #5E8858

Color information

#5E8858 (or 0x5E8858) is unknown color: approx Hippie Green. HEX triplet: 5E, 88 and 58. RGB value is (94,136,88). Sum of RGB (Red+Green+Blue) = 94+136+88=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8858 is #A177A7. Grayscale: #767676. Windows color (decimal): -10581928 or 5802078. OLE color: 5802078.

HSL color Cylindrical-coordinate representation of color #5E8858: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E8858 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB9413688-
CMYK0.3100.350.47
HSL112.5º21.43%43.92%-
HSV(B)112.5º35.29%53.33%-
XYZ15.1820.6912.43-
YUV117.97111.09110.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.56%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=29.56%
G=42.77%
B=27.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94136880.3100.350.47112.521.4343.92
Hex5E88581F0232F70152c
Octal13621013037043571602554
Binary1011110100010001011000111110100011101111111000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,88); }

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

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

 a { background-color: rgb(94,136,88); }

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

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

 span { border-color: rgb(94,136,88); }

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