#50762F

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

Shades of Green Leaf #50762F

Tints of Green Leaf #50762F

Color information

#50762F (or 0x50762F) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 2F. RGB value is (80,118,47). Sum of RGB (Red+Green+Blue) = 80+118+47=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #50762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762F is #AF89D0. Grayscale: #626262. Windows color (decimal): -11504081 or 3110480. OLE color: 3110480.

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

Color convert

RGB8011847-
CMYK0.3200.600.54
HSL92.11º43.03%32.35%-
HSV(B)92.11º60.17%46.27%-
XYZ10.314.875.02-
YUV98.5498.91114.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=32.65%
G=48.16%
B=19.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118470.3200.600.5492.1143.0332.35
Hex50762F2003C365c2b20
Octal1201665740074661345340
Binary1010000111011010111110000001111001101101011100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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