#50682A

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

Shades of Green Leaf #50682A

Tints of Green Leaf #50682A

Color information

#50682A (or 0x50682A) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 2A. RGB value is (80,104,42). Sum of RGB (Red+Green+Blue) = 80+104+42=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #50682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50682A is #AF97D5. Grayscale: #595959. Windows color (decimal): -11507670 or 2779216. OLE color: 2779216.

HSL color Cylindrical-coordinate representation of color #50682A: hue angle of 83.23º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50682A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB8010442-
CMYK0.2300.600.59
HSL83.23º42.47%28.63%-
HSV(B)83.23º59.62%40.78%-
XYZ8.6811.774.01-
YUV89.76101.05121.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=35.40%
G=46.02%
B=18.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104420.2300.600.5983.2342.4728.63
Hex50682A1703C3B532a1d
Octal1201505227074731235235
Binary10100001101000101010101110111100111011101001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50682A; }

 p { color: rgb(80,104,42); }

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

<style>
 a { background-color: #50682A; }

 a { background-color: rgb(80,104,42); }

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

<style>
 span { border-color: #50682A; }

 span { border-color: rgb(80,104,42); }

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