#5E9B4C

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

Shades of Hippie Green #5E9B4C

Tints of Hippie Green #5E9B4C

Color information

#5E9B4C (or 0x5E9B4C) is unknown color: approx Hippie Green. HEX triplet: 5E, 9B and 4C. RGB value is (94,155,76). Sum of RGB (Red+Green+Blue) = 94+155+76=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B4C is #A164B3. Grayscale: #808080. Windows color (decimal): -10577076 or 5020510. OLE color: 5020510.

HSL color Cylindrical-coordinate representation of color #5E9B4C: hue angle of 106.33º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E9B4C is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB9415576-
CMYK0.3900.510.39
HSL106.33º34.2%45.29%-
HSV(B)106.33º50.97%60.78%-
XYZ17.6426.3410.99-
YUV127.7698.79103.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=28.92%
G=47.69%
B=23.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94155760.3900.510.39106.3334.245.29
Hex5E9B4C27033276a222d
Octal13623311447063471524255
Binary101111010011011100110010011101100111001111101010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,155,76); }

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

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

 a { background-color: rgb(94,155,76); }

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

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

 span { border-color: rgb(94,155,76); }

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