Html Css Color HEX #50894F Hippie Green

📋 copy color: '#50894F'

red 80 ◦ green 137 ◦ blue 79

#50894F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #50894F

Tints of Hippie Green #50894F

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 value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#50894F (or 0x50894F) is known color: 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

RGB 80 137 79 -
CMYK 0.42 0 0.42 0.46
HSL 118.97º 0.27% 0.42% -
HSV(B) 118.97º 0.42% 0.54% -
XYZ 13.67 20.16 10.57 -
YUV 113.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 80 137 79 0.42 0 0.42 0.46 118.97 0.27 0.42
Hex 50 89 4F 2A 0 2A 2E 77 1B 2A
Octal 120 211 117 52 0 52 56 167 33 52
Binary 1010000 10001001 1001111 101010 0 101010 101110 1110111 11011 101010

Color Harmonies of #50894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50894F

Black with #50894F

Text Example


Text Example

White with #50894F

Text Example


Text Example

HTML Codes & Css Web 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>