#50702A

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

Shades of Green Leaf #50702A

Tints of Green Leaf #50702A

Color information

#50702A (or 0x50702A) is unknown color: approx Green Leaf. HEX triplet: 50, 70 and 2A. RGB value is (80,112,42). Sum of RGB (Red+Green+Blue) = 80+112+42=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #50702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50702A is #AF8FD5. Grayscale: #5E5E5E. Windows color (decimal): -11505622 or 2781264. OLE color: 2781264.

HSL color Cylindrical-coordinate representation of color #50702A: hue angle of 87.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50702A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB8011242-
CMYK0.2900.620.56
HSL87.43º45.45%30.2%-
HSV(B)87.43º62.5%43.92%-
XYZ9.5213.464.29-
YUV94.4598.4117.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=34.19%
G=47.86%
B=17.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112420.2900.620.5687.4345.4530.2
Hex50702A1D03E38572d1e
Octal1201605235076701275536
Binary10100001110000101010111010111110111000101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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