Html Css Color HEX #50894E Hippie Green

📋 copy color: '#50894E'

red 80 ◦ green 137 ◦ blue 78

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

Shades of Hippie Green #50894E

Tints of Hippie Green #50894E

RGB

 RED value IS 80 (31.64% from 255) = 27.12%

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 78 (30.86% from 255) = 26.44%

R = 27.12%
G = 46.44%
B = 26.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#50894E (or 0x50894E) is known color: Hippie Green. HEX triplet: 50, 89 and 4E. RGB value is (80,137,78). Sum of RGB (Red+Green+Blue) = 80+137+78=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #50894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50894E is #AF76B1. Grayscale: #717171. Windows color (decimal): -11499186 or 5146960. OLE color: 5146960.

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

Color convert

RGB 80 137 78 -
CMYK 0.42 0 0.43 0.46
HSL 117.97º 0.27% 0.42% -
HSV(B) 117.97º 0.43% 0.54% -
XYZ 13.63 20.15 10.38 -
YUV 113.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 80 137 78 0.42 0 0.43 0.46 117.97 0.27 0.42
Hex 50 89 4E 2A 0 2B 2E 76 1B 2A
Octal 120 211 116 52 0 53 56 166 33 52
Binary 1010000 10001001 1001110 101010 0 101011 101110 1110110 11011 101010

Color Harmonies of #50894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50894E

Black with #50894E

Text Example


Text Example

White with #50894E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50894E;
 }
 .AnyTagClassName
 {
   color: #50894E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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