#50780D

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

Shades of Green Leaf #50780D

Tints of Green Leaf #50780D

Color information

#50780D (or 0x50780D) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 0D. RGB value is (80,120,13). Sum of RGB (Red+Green+Blue) = 80+120+13=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #50780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780D is #AF87F2. Grayscale: #606060. Windows color (decimal): -11503603 or 882768. OLE color: 882768.

HSL color Cylindrical-coordinate representation of color #50780D: hue angle of 82.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50780D is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB8012013-
CMYK0.3300.890.53
HSL82.43º80.45%26.08%-
HSV(B)82.43º89.17%47.06%-
XYZ10.115.172.78-
YUV95.8481.25116.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=37.56%
G=56.34%
B=6.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120130.3300.890.5382.4380.4526.08
Hex5078D210593552501a
Octal120170154101316512212032
Binary101000011110001101100001010110011101011010010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50780D; }

 p { color: rgb(80,120,13); }

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

<style>
 a { background-color: #50780D; }

 a { background-color: rgb(80,120,13); }

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

<style>
 span { border-color: #50780D; }

 span { border-color: rgb(80,120,13); }

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