#50762D

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

Shades of Green Leaf #50762D

Tints of Green Leaf #50762D

Color information

#50762D (or 0x50762D) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 2D. RGB value is (80,118,45). Sum of RGB (Red+Green+Blue) = 80+118+45=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #50762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762D is #AF89D2. Grayscale: #626262. Windows color (decimal): -11504083 or 2979408. OLE color: 2979408.

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

Color convert

RGB8011845-
CMYK0.3200.620.54
HSL91.23º44.79%31.96%-
HSV(B)91.23º61.86%46.27%-
XYZ10.2614.854.81-
YUV98.3297.91114.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=32.92%
G=48.56%
B=18.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118450.3200.620.5491.2344.7931.96
Hex50762D2003E365b2d20
Octal1201665540076661335540
Binary1010000111011010110110000001111101101101011011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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