#50720F

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

Shades of Green Leaf #50720F

Tints of Green Leaf #50720F

Color information

#50720F (or 0x50720F) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 0F. RGB value is (80,114,15). Sum of RGB (Red+Green+Blue) = 80+114+15=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #50720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50720F is #AF8DF0. Grayscale: #5C5C5C. Windows color (decimal): -11505137 or 1012304. OLE color: 1012304.

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

Color convert

RGB8011415-
CMYK0.3000.870.55
HSL80.61º76.74%25.29%-
HSV(B)80.61º86.84%44.71%-
XYZ9.4113.772.61-
YUV92.5584.24119.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=38.28%
G=54.55%
B=7.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114150.3000.870.5580.6176.7425.29
Hex5072F1E05737514d19
Octal120162173601276712111531
Binary10100001110010111111110010101111101111010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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