Html Css Color HEX #50791A Green Leaf

📋 copy color: '#50791A'

red 80 ◦ green 121 ◦ blue 26

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

Shades of Green Leaf #50791A

Tints of Green Leaf #50791A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.3%

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

R = 35.24%
G = 53.3%
B = 11.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#50791A (or 0x50791A) is known color: Green Leaf. HEX triplet: 50, 79 and 1A. RGB value is (80,121,26). Sum of RGB (Red+Green+Blue) = 80+121+26=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #50791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50791A is #AF86E5. Grayscale: #626262. Windows color (decimal): -11503334 or 1734992. OLE color: 1734992.

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

Color convert

RGB 80 121 26 -
CMYK 0.34 0 0.79 0.53
HSL 85.89º 0.65% 0.29% -
HSV(B) 85.89º 0.79% 0.47% -
XYZ 10.33 15.45 3.42 -
YUV 97.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 80 121 26 0.34 0 0.79 0.53 85.89 0.65 0.29
Hex 50 79 1A 22 0 4F 35 56 41 1D
Octal 120 171 32 42 0 117 65 126 101 35
Binary 1010000 1111001 11010 100010 0 1001111 110101 1010110 1000001 11101

Color Harmonies of #50791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50791A

Black with #50791A

Text Example


Text Example

White with #50791A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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