#50662A

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

Shades of Green Leaf #50662A

Tints of Green Leaf #50662A

Color information

#50662A (or 0x50662A) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 2A. RGB value is (80,102,42). Sum of RGB (Red+Green+Blue) = 80+102+42=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #50662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662A is #AF99D5. Grayscale: #585858. Windows color (decimal): -11508182 or 2778704. OLE color: 2778704.

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

Color convert

RGB8010242-
CMYK0.2200.590.6
HSL82º41.67%28.24%-
HSV(B)82º58.82%40%-
XYZ8.4811.383.94-
YUV88.58101.71121.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=35.71%
G=45.54%
B=18.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102420.2200.590.68241.6728.24
Hex50662A1603B3C522a1c
Octal1201465226073741225234
Binary10100001100110101010101100111011111100101001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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