#50721F

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

Shades of Green Leaf #50721F

Tints of Green Leaf #50721F

Color information

#50721F (or 0x50721F) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 1F. RGB value is (80,114,31). Sum of RGB (Red+Green+Blue) = 80+114+31=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #50721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721F is #AF8DE0. Grayscale: #5E5E5E. Windows color (decimal): -11505121 or 2060880. OLE color: 2060880.

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

Color convert

RGB8011431-
CMYK0.3000.730.55
HSL84.58º57.24%28.43%-
HSV(B)84.58º72.81%44.71%-
XYZ9.5713.843.46-
YUV94.3792.24117.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=35.56%
G=50.67%
B=13.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114310.3000.730.5584.5857.2428.43
Hex50721F1E0493755391c
Octal12016237360111671257134
Binary10100001110010111111111001001001110111101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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