#50661B

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

Shades of Green Leaf #50661B

Tints of Green Leaf #50661B

Color information

#50661B (or 0x50661B) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 1B. RGB value is (80,102,27). Sum of RGB (Red+Green+Blue) = 80+102+27=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #50661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50661B is #AF99E4. Grayscale: #575757. Windows color (decimal): -11508197 or 1795664. OLE color: 1795664.

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

Color convert

RGB8010227-
CMYK0.2200.740.6
HSL77.6º58.14%25.29%-
HSV(B)77.6º73.53%40%-
XYZ8.2611.292.78-
YUV86.8794.21123.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=38.28%
G=48.80%
B=12.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102270.2200.740.677.658.1425.29
Hex50661B1604A3C4e3a19
Octal12014633260112741167231
Binary10100001100110110111011001001010111100100111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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