#50691A

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

Shades of Green Leaf #50691A

Tints of Green Leaf #50691A

Color information

#50691A (or 0x50691A) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 1A. RGB value is (80,105,26). Sum of RGB (Red+Green+Blue) = 80+105+26=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #50691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50691A is #AF96E5. Grayscale: #585858. Windows color (decimal): -11507430 or 1730896. OLE color: 1730896.

HSL color Cylindrical-coordinate representation of color #50691A: hue angle of 78.99º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50691A is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB8010526-
CMYK0.2400.750.59
HSL78.99º60.31%25.69%-
HSV(B)78.99º75.24%41.18%-
XYZ8.5511.882.82-
YUV88.5292.72121.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=37.91%
G=49.76%
B=12.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105260.2400.750.5978.9960.3125.69
Hex50691A1804B3B4f3c1a
Octal12015132300113731177432
Binary10100001101001110101100001001011111011100111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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