#50721A

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

Shades of Green Leaf #50721A

Tints of Green Leaf #50721A

Color information

#50721A (or 0x50721A) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 1A. RGB value is (80,114,26). Sum of RGB (Red+Green+Blue) = 80+114+26=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #50721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721A is #AF8DE5. Grayscale: #5E5E5E. Windows color (decimal): -11505126 or 1733200. OLE color: 1733200.

HSL color Cylindrical-coordinate representation of color #50721A: hue angle of 83.18º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50721A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB8011426-
CMYK0.3000.770.55
HSL83.18º62.86%27.45%-
HSV(B)83.18º77.19%44.71%-
XYZ9.5113.813.14-
YUV93.889.74118.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=36.36%
G=51.82%
B=11.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114260.3000.770.5583.1862.8627.45
Hex50721A1E04D37533f1b
Octal12016232360115671237733
Binary10100001110010110101111001001101110111101001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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