#50792C

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

Shades of Green Leaf #50792C

Tints of Green Leaf #50792C

Color information

#50792C (or 0x50792C) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 2C. RGB value is (80,121,44). Sum of RGB (Red+Green+Blue) = 80+121+44=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #50792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50792C is #AF86D3. Grayscale: #646464. Windows color (decimal): -11503316 or 2914640. OLE color: 2914640.

HSL color Cylindrical-coordinate representation of color #50792C: hue angle of 91.95º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50792C is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB8012144-
CMYK0.3400.640.53
HSL91.95º46.67%32.35%-
HSV(B)91.95º63.64%47.45%-
XYZ10.615.564.83-
YUV99.9696.42113.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=32.65%
G=49.39%
B=17.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121440.3400.640.5391.9546.6732.35
Hex50792C22040355c2f20
Octal12017154420100651345740
Binary10100001111001101100100010010000001101011011100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50792C; }

 p { color: rgb(80,121,44); }

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

<style>
 a { background-color: #50792C; }

 a { background-color: rgb(80,121,44); }

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

<style>
 span { border-color: #50792C; }

 span { border-color: rgb(80,121,44); }

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