#50692E

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

Shades of Green Leaf #50692E

Tints of Green Leaf #50692E

Color information

#50692E (or 0x50692E) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 2E. RGB value is (80,105,46). Sum of RGB (Red+Green+Blue) = 80+105+46=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #50692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50692E is #AF96D1. Grayscale: #5B5B5B. Windows color (decimal): -11507410 or 3041616. OLE color: 3041616.

HSL color Cylindrical-coordinate representation of color #50692E: hue angle of 85.42º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50692E is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB8010546-
CMYK0.2400.560.59
HSL85.42º39.07%29.61%-
HSV(B)85.42º56.19%41.18%-
XYZ8.8512.014.44-
YUV90.8102.72120.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=34.63%
G=45.45%
B=19.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105460.2400.560.5985.4239.0729.61
Hex50692E180383B55271e
Octal1201515630070731254736
Binary10100001101001101110110000111000111011101010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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