Html Css Color HEX #50791F Green Leaf

📋 copy color: '#50791F'

red 80 ◦ green 121 ◦ blue 31

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

Shades of Green Leaf #50791F

Tints of Green Leaf #50791F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 34.48%
G = 52.16%
B = 13.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#50791F (or 0x50791F) is known color: Green Leaf. HEX triplet: 50, 79 and 1F. RGB value is (80,121,31). Sum of RGB (Red+Green+Blue) = 80+121+31=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #50791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50791F is #AF86E0. Grayscale: #626262. Windows color (decimal): -11503329 or 2062672. OLE color: 2062672.

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

Color convert

RGB 80 121 31 -
CMYK 0.34 0 0.74 0.53
HSL 87.33º 0.59% 0.3% -
HSV(B) 87.33º 0.74% 0.47% -
XYZ 10.39 15.48 3.74 -
YUV 98.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 80 121 31 0.34 0 0.74 0.53 87.33 0.59 0.3
Hex 50 79 1F 22 0 4A 35 57 3B 1E
Octal 120 171 37 42 0 112 65 127 73 36
Binary 1010000 1111001 11111 100010 0 1001010 110101 1010111 111011 11110

Color Harmonies of #50791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50791F

Black with #50791F

Text Example


Text Example

White with #50791F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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