#50692A

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

Shades of Green Leaf #50692A

Tints of Green Leaf #50692A

Color information

#50692A (or 0x50692A) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 2A. RGB value is (80,105,42). Sum of RGB (Red+Green+Blue) = 80+105+42=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #50692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50692A is #AF96D5. Grayscale: #5A5A5A. Windows color (decimal): -11507414 or 2779472. OLE color: 2779472.

HSL color Cylindrical-coordinate representation of color #50692A: hue angle of 83.81º degrees, saturation: 0.43, 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 #50692A is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB8010542-
CMYK0.2400.60.59
HSL83.81º42.86%28.82%-
HSV(B)83.81º60%41.18%-
XYZ8.7811.984.04-
YUV90.34100.72120.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=35.24%
G=46.26%
B=18.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105420.2400.60.5983.8142.8628.82
Hex50692A1803C3B542b1d
Octal1201515230074731245335
Binary10100001101001101010110000111100111011101010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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