Html Css Color HEX #50780E Green Leaf

📋 copy color: '#50780E'

red 80 ◦ green 120 ◦ blue 14

#50780E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #50780E

Tints of Green Leaf #50780E

RGB

 RED value IS 80 (31.64% from 255) = 37.38%

 GREEN value IS 120 (47.27% from 255) = 56.07%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 37.38%
G = 56.07%
B = 6.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#50780E (or 0x50780E) is known color: Green Leaf. HEX triplet: 50, 78 and 0E. RGB value is (80,120,14). Sum of RGB (Red+Green+Blue) = 80+120+14=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #50780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780E is #AF87F1. Grayscale: #606060. Windows color (decimal): -11503602 or 948304. OLE color: 948304.

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

Color convert

RGB 80 120 14 -
CMYK 0.33 0 0.88 0.53
HSL 82.64º 0.79% 0.26% -
HSV(B) 82.64º 0.88% 0.47% -
XYZ 10.1 15.17 2.81 -
YUV 95.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 80 120 14 0.33 0 0.88 0.53 82.64 0.79 0.26
Hex 50 78 E 21 0 58 35 53 4F 1A
Octal 120 170 16 41 0 130 65 123 117 32
Binary 1010000 1111000 1110 100001 0 1011000 110101 1010011 1001111 11010

Color Harmonies of #50780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50780E

Black with #50780E

Text Example


Text Example

White with #50780E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50780E;
 }
 .AnyTagClassName
 {
   color: #50780E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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