#50782D

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

Shades of Green Leaf #50782D

Tints of Green Leaf #50782D

Color information

#50782D (or 0x50782D) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 2D. RGB value is (80,120,45). Sum of RGB (Red+Green+Blue) = 80+120+45=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #50782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50782D is #AF87D2. Grayscale: #636363. Windows color (decimal): -11503571 or 2979920. OLE color: 2979920.

HSL color Cylindrical-coordinate representation of color #50782D: hue angle of 92º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50782D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB8012045-
CMYK0.3300.630.53
HSL92º45.45%32.35%-
HSV(B)92º62.5%47.06%-
XYZ10.515.334.89-
YUV99.4997.25114.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=32.65%
G=48.98%
B=18.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120450.3300.630.539245.4532.35
Hex50782D2103F355c2d20
Octal1201705541077651345540
Binary1010000111100010110110000101111111101011011100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,120,45); }

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

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

 a { background-color: rgb(80,120,45); }

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

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

 span { border-color: rgb(80,120,45); }

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