Html Css Color HEX #50681F Green Leaf

📋 copy color: '#50681F'

red 80 ◦ green 104 ◦ blue 31

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

Shades of Green Leaf #50681F

Tints of Green Leaf #50681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.37%

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

R = 37.21%
G = 48.37%
B = 14.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#50681F (or 0x50681F) is known color: Green Leaf. HEX triplet: 50, 68 and 1F. RGB value is (80,104,31). Sum of RGB (Red+Green+Blue) = 80+104+31=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #50681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681F is #AF97E0. Grayscale: #585858. Windows color (decimal): -11507681 or 2058320. OLE color: 2058320.

HSL color Cylindrical-coordinate representation of color #50681F: hue angle of 79.73º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50681F is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 31 -
CMYK 0.23 0 0.70 0.59
HSL 79.73º 0.54% 0.26% -
HSV(B) 79.73º 0.7% 0.41% -
XYZ 8.51 11.71 3.11 -
YUV 88.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 80 104 31 0.23 0 0.70 0.59 79.73 0.54 0.26
Hex 50 68 1F 17 0 46 3B 50 36 1A
Octal 120 150 37 27 0 106 73 120 66 32
Binary 1010000 1101000 11111 10111 0 1000110 111011 1010000 110110 11010

Color Harmonies of #50681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50681F

Black with #50681F

Text Example


Text Example

White with #50681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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