Html Css Color HEX #50772A Green Leaf

📋 copy color: '#50772A'

red 80 ◦ green 119 ◦ blue 42

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

Shades of Green Leaf #50772A

Tints of Green Leaf #50772A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 33.2%
G = 49.38%
B = 17.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#50772A (or 0x50772A) is known color: Green Leaf. HEX triplet: 50, 77 and 2A. RGB value is (80,119,42). Sum of RGB (Red+Green+Blue) = 80+119+42=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #50772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50772A is #AF88D5. Grayscale: #626262. Windows color (decimal): -11503830 or 2783056. OLE color: 2783056.

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

Color convert

RGB 80 119 42 -
CMYK 0.33 0 0.65 0.53
HSL 90.39º 0.48% 0.32% -
HSV(B) 90.39º 0.65% 0.47% -
XYZ 10.32 15.07 4.55 -
YUV 98.56 96.08 114.76 -
System Red Green Blue C M Y K H S L
Decimal 80 119 42 0.33 0 0.65 0.53 90.39 0.48 0.32
Hex 50 77 2A 21 0 41 35 5A 30 20
Octal 120 167 52 41 0 101 65 132 60 40
Binary 1010000 1110111 101010 100001 0 1000001 110101 1011010 110000 100000

Color Harmonies of #50772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50772A

Black with #50772A

Text Example


Text Example

White with #50772A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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