#50661D

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

Shades of Green Leaf #50661D

Tints of Green Leaf #50661D

Color information

#50661D (or 0x50661D) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 1D. RGB value is (80,102,29). Sum of RGB (Red+Green+Blue) = 80+102+29=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #50661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50661D is #AF99E2. Grayscale: #575757. Windows color (decimal): -11508195 or 1926736. OLE color: 1926736.

HSL color Cylindrical-coordinate representation of color #50661D: hue angle of 78.08º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50661D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB8010229-
CMYK0.2200.720.6
HSL78.08º55.73%25.69%-
HSV(B)78.08º71.57%40%-
XYZ8.2811.32.91-
YUV87.195.21122.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=37.91%
G=48.34%
B=13.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102290.2200.720.678.0855.7325.69
Hex50661D160483C4e381a
Octal12014635260110741167032
Binary10100001100110111011011001001000111100100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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