Html Css Color HEX #50894B Hippie Green

📋 copy color: '#50894B'

red 80 ◦ green 137 ◦ blue 75

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

Shades of Hippie Green #50894B

Tints of Hippie Green #50894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 27.4%
G = 46.92%
B = 25.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#50894B (or 0x50894B) is known color: Hippie Green. HEX triplet: 50, 89 and 4B. RGB value is (80,137,75). Sum of RGB (Red+Green+Blue) = 80+137+75=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #50894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50894B is #AF76B4. Grayscale: #717171. Windows color (decimal): -11499189 or 4950352. OLE color: 4950352.

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

Color convert

RGB 80 137 75 -
CMYK 0.42 0 0.45 0.46
HSL 115.16º 0.29% 0.42% -
HSV(B) 115.16º 0.45% 0.54% -
XYZ 13.52 20.1 9.82 -
YUV 112.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 80 137 75 0.42 0 0.45 0.46 115.16 0.29 0.42
Hex 50 89 4B 2A 0 2D 2E 73 1D 2A
Octal 120 211 113 52 0 55 56 163 35 52
Binary 1010000 10001001 1001011 101010 0 101101 101110 1110011 11101 101010

Color Harmonies of #50894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50894B

Black with #50894B

Text Example


Text Example

White with #50894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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