#5E9958

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

Shades of Hippie Green #5E9958

Tints of Hippie Green #5E9958

Color information

#5E9958 (or 0x5E9958) is unknown color: approx Hippie Green. HEX triplet: 5E, 99 and 58. RGB value is (94,153,88). Sum of RGB (Red+Green+Blue) = 94+153+88=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9958 is #A166A7. Grayscale: #808080. Windows color (decimal): -10577576 or 5806430. OLE color: 5806430.

HSL color Cylindrical-coordinate representation of color #5E9958: hue angle of 114.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9958 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB9415388-
CMYK0.3900.420.4
HSL114.46º26.97%47.25%-
HSV(B)114.46º42.48%60%-
XYZ17.7725.8713.29-
YUV127.95105.45103.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=28.06%
G=45.67%
B=26.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94153880.3900.420.4114.4626.9747.25
Hex5E99582702A28721b2f
Octal13623113047052501623357
Binary10111101001100110110001001110101010101000111001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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