#50662C

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

Shades of Green Leaf #50662C

Tints of Green Leaf #50662C

Color information

#50662C (or 0x50662C) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 2C. RGB value is (80,102,44). Sum of RGB (Red+Green+Blue) = 80+102+44=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #50662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662C is #AF99D3. Grayscale: #595959. Windows color (decimal): -11508180 or 2909776. OLE color: 2909776.

HSL color Cylindrical-coordinate representation of color #50662C: hue angle of 82.76º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50662C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB8010244-
CMYK0.2200.570.6
HSL82.76º39.73%28.63%-
HSV(B)82.76º56.86%40%-
XYZ8.5111.394.13-
YUV88.81102.71121.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=35.40%
G=45.13%
B=19.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102440.2200.570.682.7639.7328.63
Hex50662C160393C53281d
Octal1201465426071741235035
Binary10100001100110101100101100111001111100101001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50662C; }

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

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

<style>
 a { background-color: #50662C; }

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

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

<style>
 span { border-color: #50662C; }

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

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