#50894F

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

Shades of Hippie Green #50894F

Tints of Hippie Green #50894F

Color information

#50894F (or 0x50894F) is unknown color: approx Hippie Green. HEX triplet: 50, 89 and 4F. RGB value is (80,137,79). Sum of RGB (Red+Green+Blue) = 80+137+79=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #50894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50894F is #AF76B0. Grayscale: #717171. Windows color (decimal): -11499185 or 5212496. OLE color: 5212496.

HSL color Cylindrical-coordinate representation of color #50894F: hue angle of 118.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50894F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB8013779-
CMYK0.4200.420.46
HSL118.97º26.85%42.35%-
HSV(B)118.97º42.34%53.73%-
XYZ13.6720.1610.57-
YUV113.34108.62104.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=27.03%
G=46.28%
B=26.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137790.4200.420.46118.9726.8542.35
Hex50894F2A02A2E771b2a
Octal12021111752052561673352
Binary10100001000100110011111010100101010101110111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50894F; }

 p { color: rgb(80,137,79); }

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

<style>
 a { background-color: #50894F; }

 a { background-color: rgb(80,137,79); }

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

<style>
 span { border-color: #50894F; }

 span { border-color: rgb(80,137,79); }

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