#50681E

Color #50681E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #50681E

Tints of Green Leaf #50681E

Color information

#50681E (or 0x50681E) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 1E. RGB value is (80,104,30). Sum of RGB (Red+Green+Blue) = 80+104+30=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #50681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681E is #AF97E1. Grayscale: #585858. Windows color (decimal): -11507682 or 1992784. OLE color: 1992784.

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

Color convert

RGB8010430-
CMYK0.2300.710.59
HSL79.46º55.22%26.27%-
HSV(B)79.46º71.15%40.78%-
XYZ8.4911.73.04-
YUV88.3995.05122.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=37.38%
G=48.60%
B=14.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104300.2300.710.5979.4655.2226.27
Hex50681E170473B4f371a
Octal12015036270107731176732
Binary10100001101000111101011101000111111011100111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50681E;
 }
 .AnyTagClassName
 {
   color: #50681E;
 }
</style>
background-color css

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

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

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

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

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

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