#5E9D53

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

Shades of Hippie Green #5E9D53

Tints of Hippie Green #5E9D53

Color information

#5E9D53 (or 0x5E9D53) is unknown color: approx Hippie Green. HEX triplet: 5E, 9D and 53. RGB value is (94,157,83). Sum of RGB (Red+Green+Blue) = 94+157+83=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D53 is #A162AC. Grayscale: #818181. Windows color (decimal): -10576557 or 5479774. OLE color: 5479774.

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

Color convert

RGB9415783-
CMYK0.4000.470.38
HSL111.08º30.83%47.06%-
HSV(B)111.08º47.13%61.57%-
XYZ18.2327.1212.46-
YUV129.73101.63102.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=28.14%
G=47.01%
B=24.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94157830.4000.470.38111.0830.8347.06
Hex5E9D532802F266f1f2f
Octal13623512350057461573757
Binary10111101001110110100111010000101111100110110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,83); }

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

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

 a { background-color: rgb(94,157,83); }

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

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

 span { border-color: rgb(94,157,83); }

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