#50790F

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

Shades of Green Leaf #50790F

Tints of Green Leaf #50790F

Color information

#50790F (or 0x50790F) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 0F. RGB value is (80,121,15). Sum of RGB (Red+Green+Blue) = 80+121+15=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 121 (47.66% from 255 or 56.02% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 121 - color contains mainly: green. Hex color #50790F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50790F is #AF86F0. Grayscale: #616161. Windows color (decimal): -11503345 or 1014096. OLE color: 1014096.

HSL color Cylindrical-coordinate representation of color #50790F: hue angle of 83.21º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50790F is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB8012115-
CMYK0.3400.880.53
HSL83.21º77.94%26.67%-
HSV(B)83.21º87.6%47.45%-
XYZ10.2315.412.89-
YUV96.6681.92116.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 121 (47.66% from 255) = 56.02%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=37.04%
G=56.02%
B=6.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121150.3400.880.5383.2177.9426.67
Hex5079F2205835534e1b
Octal120171174201306512311633
Binary101000011110011111100010010110001101011010011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,121,15); }

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

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

 a { background-color: rgb(80,121,15); }

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

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

 span { border-color: rgb(80,121,15); }

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