Html Css Color HEX #50771A Green Leaf

📋 copy color: '#50771A'

red 80 ◦ green 119 ◦ blue 26

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

Shades of Green Leaf #50771A

Tints of Green Leaf #50771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 35.56%
G = 52.89%
B = 11.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#50771A (or 0x50771A) is known color: Green Leaf. HEX triplet: 50, 77 and 1A. RGB value is (80,119,26). Sum of RGB (Red+Green+Blue) = 80+119+26=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #50771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50771A is #AF88E5. Grayscale: #616161. Windows color (decimal): -11503846 or 1734480. OLE color: 1734480.

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

Color convert

RGB 80 119 26 -
CMYK 0.33 0 0.78 0.53
HSL 85.16º 0.64% 0.28% -
HSV(B) 85.16º 0.78% 0.47% -
XYZ 10.09 14.97 3.34 -
YUV 96.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 80 119 26 0.33 0 0.78 0.53 85.16 0.64 0.28
Hex 50 77 1A 21 0 4E 35 55 40 1C
Octal 120 167 32 41 0 116 65 125 100 34
Binary 1010000 1110111 11010 100001 0 1001110 110101 1010101 1000000 11100

Color Harmonies of #50771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50771A

Black with #50771A

Text Example


Text Example

White with #50771A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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