#50681D

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

Shades of Green Leaf #50681D

Tints of Green Leaf #50681D

Color information

#50681D (or 0x50681D) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 1D. RGB value is (80,104,29). Sum of RGB (Red+Green+Blue) = 80+104+29=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #50681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50681D is #AF97E2. Grayscale: #585858. Windows color (decimal): -11507683 or 1927248. OLE color: 1927248.

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

Color convert

RGB8010429-
CMYK0.2300.720.59
HSL79.2º56.39%26.08%-
HSV(B)79.2º72.12%40.78%-
XYZ8.4811.692.97-
YUV88.2794.55122.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=37.56%
G=48.83%
B=13.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104290.2300.720.5979.256.3926.08
Hex50681D170483B4f381a
Octal12015035270110731177032
Binary10100001101000111011011101001000111011100111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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