#50751E

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

Shades of Green Leaf #50751E

Tints of Green Leaf #50751E

Color information

#50751E (or 0x50751E) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 1E. RGB value is (80,117,30). Sum of RGB (Red+Green+Blue) = 80+117+30=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #50751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50751E is #AF8AE1. Grayscale: #606060. Windows color (decimal): -11504354 or 1996112. OLE color: 1996112.

HSL color Cylindrical-coordinate representation of color #50751E: hue angle of 85.52º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50751E is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB8011730-
CMYK0.3200.740.54
HSL85.52º59.18%28.82%-
HSV(B)85.52º74.36%45.88%-
XYZ9.914.523.51-
YUV96.0290.74116.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=35.24%
G=51.54%
B=13.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117300.3200.740.5485.5259.1828.82
Hex50751E2004A36563b1d
Octal12016536400112661267335
Binary101000011101011111010000001001010110110101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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