#50771D

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

Shades of Green Leaf #50771D

Tints of Green Leaf #50771D

Color information

#50771D (or 0x50771D) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 1D. RGB value is (80,119,29). Sum of RGB (Red+Green+Blue) = 80+119+29=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #50771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50771D is #AF88E2. Grayscale: #616161. Windows color (decimal): -11503843 or 1931088. OLE color: 1931088.

HSL color Cylindrical-coordinate representation of color #50771D: hue angle of 86º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50771D is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB8011929-
CMYK0.3300.760.53
HSL86º60.81%29.02%-
HSV(B)86º75.63%46.67%-
XYZ10.1314.993.52-
YUV97.0889.58115.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=35.09%
G=52.19%
B=12.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119290.3300.760.538660.8129.02
Hex50771D2104C35563d1d
Octal12016735410114651267535
Binary101000011101111110110000101001100110101101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,119,29); }

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

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

 a { background-color: rgb(80,119,29); }

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

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

 span { border-color: rgb(80,119,29); }

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