Html Css Color HEX #50864E Hippie Green

📋 copy color: '#50864E'

red 80 ◦ green 134 ◦ blue 78

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

Shades of Hippie Green #50864E

Tints of Hippie Green #50864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

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

R = 27.4%
G = 45.89%
B = 26.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#50864E (or 0x50864E) is known color: Hippie Green. HEX triplet: 50, 86 and 4E. RGB value is (80,134,78). Sum of RGB (Red+Green+Blue) = 80+134+78=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #50864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50864E is #AF79B1. Grayscale: #6F6F6F. Windows color (decimal): -11499954 or 5146192. OLE color: 5146192.

HSL color Cylindrical-coordinate representation of color #50864E: hue angle of 117.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50864E is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 78 -
CMYK 0.40 0 0.42 0.47
HSL 117.86º 0.26% 0.42% -
HSV(B) 117.86º 0.42% 0.53% -
XYZ 13.21 19.31 10.24 -
YUV 111.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 80 134 78 0.40 0 0.42 0.47 117.86 0.26 0.42
Hex 50 86 4E 28 0 2A 2F 76 1A 2A
Octal 120 206 116 50 0 52 57 166 32 52
Binary 1010000 10000110 1001110 101000 0 101010 101111 1110110 11010 101010

Color Harmonies of #50864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50864E

Black with #50864E

Text Example


Text Example

White with #50864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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