#50781E

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

Shades of Green Leaf #50781E

Tints of Green Leaf #50781E

Color information

#50781E (or 0x50781E) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 1E. RGB value is (80,120,30). Sum of RGB (Red+Green+Blue) = 80+120+30=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #50781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50781E is #AF87E1. Grayscale: #626262. Windows color (decimal): -11503586 or 1996880. OLE color: 1996880.

HSL color Cylindrical-coordinate representation of color #50781E: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50781E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB8012030-
CMYK0.3300.750.53
HSL86.67º60%29.41%-
HSV(B)86.67º75%47.06%-
XYZ10.2615.233.63-
YUV97.7889.75115.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=34.78%
G=52.17%
B=13.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120300.3300.750.5386.676029.41
Hex50781E2104B35573c1d
Octal12017036410113651277435
Binary101000011110001111010000101001011110101101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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