#5E8F53

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

Shades of Hippie Green #5E8F53

Tints of Hippie Green #5E8F53

Color information

#5E8F53 (or 0x5E8F53) is unknown color: approx Hippie Green. HEX triplet: 5E, 8F and 53. RGB value is (94,143,83). Sum of RGB (Red+Green+Blue) = 94+143+83=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F53 is #A170AC. Grayscale: #797979. Windows color (decimal): -10580141 or 5476190. OLE color: 5476190.

HSL color Cylindrical-coordinate representation of color #5E8F53: hue angle of 109º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E8F53 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB9414383-
CMYK0.3400.420.44
HSL109º26.55%44.31%-
HSV(B)109º41.96%56.08%-
XYZ1622.6511.71-
YUV121.51106.27108.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=29.38%
G=44.69%
B=25.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94143830.3400.420.4410926.5544.31
Hex5E8F532202A2C6d1b2c
Octal13621712342052541553354
Binary10111101000111110100111000100101010101100110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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