#50642B

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

Shades of Green Leaf #50642B

Tints of Green Leaf #50642B

Color information

#50642B (or 0x50642B) is unknown color: approx Green Leaf. HEX triplet: 50, 64 and 2B. RGB value is (80,100,43). Sum of RGB (Red+Green+Blue) = 80+100+43=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #50642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50642B is #AF9BD4. Grayscale: #575757. Windows color (decimal): -11508693 or 2843728. OLE color: 2843728.

HSL color Cylindrical-coordinate representation of color #50642B: hue angle of 81.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50642B is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB8010043-
CMYK0.200.570.61
HSL81.05º39.86%28.04%-
HSV(B)81.05º57%39.22%-
XYZ8.310.993.97-
YUV87.52102.87122.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=35.87%
G=44.84%
B=19.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100430.200.570.6181.0539.8628.04
Hex50642B140393D51281c
Octal1201445324071751215034
Binary10100001100100101011101000111001111101101000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,100,43); }

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

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

 a { background-color: rgb(80,100,43); }

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

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

 span { border-color: rgb(80,100,43); }

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