#50742C

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

Shades of Green Leaf #50742C

Tints of Green Leaf #50742C

Color information

#50742C (or 0x50742C) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 2C. RGB value is (80,116,44). Sum of RGB (Red+Green+Blue) = 80+116+44=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #50742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742C is #AF8BD3. Grayscale: #616161. Windows color (decimal): -11504596 or 2913360. OLE color: 2913360.

HSL color Cylindrical-coordinate representation of color #50742C: hue angle of 90º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50742C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB8011644-
CMYK0.3100.620.55
HSL90º45%31.37%-
HSV(B)90º62.07%45.49%-
XYZ10.0114.384.63-
YUV97.0398.07115.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=33.33%
G=48.33%
B=18.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116440.3100.620.55904531.37
Hex50742C1F03E375a2d1f
Octal1201645437076671325537
Binary10100001110100101100111110111110110111101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50742C; }

 p { color: rgb(80,116,44); }

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

<style>
 a { background-color: #50742C; }

 a { background-color: rgb(80,116,44); }

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

<style>
 span { border-color: #50742C; }

 span { border-color: rgb(80,116,44); }

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