#50762E

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

Shades of Green Leaf #50762E

Tints of Green Leaf #50762E

Color information

#50762E (or 0x50762E) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 2E. RGB value is (80,118,46). Sum of RGB (Red+Green+Blue) = 80+118+46=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #50762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762E is #AF89D1. Grayscale: #626262. Windows color (decimal): -11504082 or 3044944. OLE color: 3044944.

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

Color convert

RGB8011846-
CMYK0.3200.610.54
HSL91.67º43.9%32.16%-
HSV(B)91.67º61.02%46.27%-
XYZ10.2814.864.91-
YUV98.4398.41114.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=32.79%
G=48.36%
B=18.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118460.3200.610.5491.6743.932.16
Hex50762E2003D365c2c20
Octal1201665640075661345440
Binary1010000111011010111010000001111011101101011100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,118,46); }

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

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

 a { background-color: rgb(80,118,46); }

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

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

 span { border-color: rgb(80,118,46); }

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