Html Css Color HEX #50771C Green Leaf

📋 copy color: '#50771C'

red 80 ◦ green 119 ◦ blue 28

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

Shades of Green Leaf #50771C

Tints of Green Leaf #50771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 35.24%
G = 52.42%
B = 12.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#50771C (or 0x50771C) is known color: Green Leaf. HEX triplet: 50, 77 and 1C. RGB value is (80,119,28). Sum of RGB (Red+Green+Blue) = 80+119+28=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #50771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50771C is #AF88E3. Grayscale: #616161. Windows color (decimal): -11503844 or 1865552. OLE color: 1865552.

HSL color Cylindrical-coordinate representation of color #50771C: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50771C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 28 -
CMYK 0.33 0 0.76 0.53
HSL 85.71º 0.62% 0.29% -
HSV(B) 85.71º 0.76% 0.47% -
XYZ 10.11 14.98 3.46 -
YUV 96.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 80 119 28 0.33 0 0.76 0.53 85.71 0.62 0.29
Hex 50 77 1C 21 0 4C 35 56 3E 1D
Octal 120 167 34 41 0 114 65 126 76 35
Binary 1010000 1110111 11100 100001 0 1001100 110101 1010110 111110 11101

Color Harmonies of #50771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50771C

Black with #50771C

Text Example


Text Example

White with #50771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50771C; }

 p { color: rgb(80,119,28); }

 H1.HeaderClassName
 {
   color: #50771C;
 }
 .AnyTagClassName
 {
   color: #50771C;
 }
</style>

background-color css

<style>
 a { background-color: #50771C; }

 a { background-color: rgb(80,119,28); }

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

border-color css

<style>
 span { border-color: #50771C; }

 span { border-color: rgb(80,119,28); }

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