#50622D

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

Shades of Green Leaf #50622D

Tints of Green Leaf #50622D

Color information

#50622D (or 0x50622D) is unknown color: approx Green Leaf. HEX triplet: 50, 62 and 2D. RGB value is (80,98,45). Sum of RGB (Red+Green+Blue) = 80+98+45=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #50622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50622D is #AF9DD2. Grayscale: #565656. Windows color (decimal): -11509203 or 2974288. OLE color: 2974288.

HSL color Cylindrical-coordinate representation of color #50622D: hue angle of 80.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50622D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB809845-
CMYK0.1800.540.62
HSL80.38º37.06%28.04%-
HSV(B)80.38º54.08%38.43%-
XYZ8.1510.634.1-
YUV86.58104.54123.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=35.87%
G=43.95%
B=20.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098450.1800.540.6280.3837.0628.04
Hex50622D120363E50251c
Octal1201425522066761204534
Binary10100001100010101101100100110110111110101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,98,45); }

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

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

 a { background-color: rgb(80,98,45); }

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

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

 span { border-color: rgb(80,98,45); }

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