#5E9B52

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

Shades of Hippie Green #5E9B52

Tints of Hippie Green #5E9B52

Color information

#5E9B52 (or 0x5E9B52) is unknown color: approx Hippie Green. HEX triplet: 5E, 9B and 52. RGB value is (94,155,82). Sum of RGB (Red+Green+Blue) = 94+155+82=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B52 is #A164AD. Grayscale: #808080. Windows color (decimal): -10577070 or 5413726. OLE color: 5413726.

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

Color convert

RGB9415582-
CMYK0.3900.470.39
HSL110.14º30.8%46.47%-
HSV(B)110.14º47.1%60.78%-
XYZ17.8626.4312.14-
YUV128.44101.79103.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=28.40%
G=46.83%
B=24.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94155820.3900.470.39110.1430.846.47
Hex5E9B522702F276e1f2e
Octal13623312247057471563756
Binary10111101001101110100101001110101111100111110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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