#50731E

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

Shades of Green Leaf #50731E

Tints of Green Leaf #50731E

Color information

#50731E (or 0x50731E) is unknown color: approx Green Leaf. HEX triplet: 50, 73 and 1E. RGB value is (80,115,30). Sum of RGB (Red+Green+Blue) = 80+115+30=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #50731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50731E is #AF8CE1. Grayscale: #5F5F5F. Windows color (decimal): -11504866 or 1995600. OLE color: 1995600.

HSL color Cylindrical-coordinate representation of color #50731E: hue angle of 84.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50731E is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB8011530-
CMYK0.3000.740.55
HSL84.71º58.62%28.43%-
HSV(B)84.71º73.91%45.1%-
XYZ9.6714.063.43-
YUV94.8491.4117.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=35.56%
G=51.11%
B=13.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115300.3000.740.5584.7158.6228.43
Hex50731E1E04A37553b1c
Octal12016336360112671257334
Binary10100001110011111101111001001010110111101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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