#50791E

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

Shades of Green Leaf #50791E

Tints of Green Leaf #50791E

Color information

#50791E (or 0x50791E) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 1E. RGB value is (80,121,30). Sum of RGB (Red+Green+Blue) = 80+121+30=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #50791E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50791E is #AF86E1. Grayscale: #626262. Windows color (decimal): -11503330 or 1997136. OLE color: 1997136.

HSL color Cylindrical-coordinate representation of color #50791E: hue angle of 87.03º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50791E is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB8012130-
CMYK0.3400.750.53
HSL87.03º60.26%29.61%-
HSV(B)87.03º75.21%47.45%-
XYZ10.3815.473.67-
YUV98.3789.42114.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=34.63%
G=52.38%
B=12.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121300.3400.750.5387.0360.2629.61
Hex50791E2204B35573c1e
Octal12017136420113651277436
Binary101000011110011111010001001001011110101101011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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