#50750e

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

Shades of Green Leaf #50750E

Tints of Green Leaf #50750E

Color information

#50750E (or 0x50750E) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 0E. RGB value is (80,117,14). Sum of RGB (Red+Green+Blue) = 80+117+14=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #50750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50750E is #AF8AF1. Grayscale: #5E5E5E. Windows color (decimal): -11504370 or 947536. OLE color: 947536.

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

Color convert

RGB8011714-
CMYK0.3200.880.54
HSL81.55º78.63%25.69%-
HSV(B)81.55º88.03%45.88%-
XYZ9.7514.462.69-
YUV94.282.74117.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=37.91%
G=55.45%
B=6.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117140.3200.880.5481.5578.6325.69
Hex5075E2005836524f1a
Octal120165164001306612211732
Binary101000011101011110100000010110001101101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50750e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50750e; }

 p { color: rgb(80,117,14); }

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

<style>
 a { background-color: #50750e; }

 a { background-color: rgb(80,117,14); }

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

<style>
 span { border-color: #50750e; }

 span { border-color: rgb(80,117,14); }

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