Html Css Color HEX #50781A Green Leaf

📋 copy color: '#50781A'

red 80 ◦ green 120 ◦ blue 26

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

Shades of Green Leaf #50781A

Tints of Green Leaf #50781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 35.4%
G = 53.1%
B = 11.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#50781A (or 0x50781A) is known color: Green Leaf. HEX triplet: 50, 78 and 1A. RGB value is (80,120,26). Sum of RGB (Red+Green+Blue) = 80+120+26=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #50781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50781A is #AF87E5. Grayscale: #616161. Windows color (decimal): -11503590 or 1734736. OLE color: 1734736.

HSL color Cylindrical-coordinate representation of color #50781A: hue angle of 85.53º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50781A is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 26 -
CMYK 0.33 0 0.78 0.53
HSL 85.53º 0.64% 0.29% -
HSV(B) 85.53º 0.78% 0.47% -
XYZ 10.21 15.21 3.38 -
YUV 97.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 80 120 26 0.33 0 0.78 0.53 85.53 0.64 0.29
Hex 50 78 1A 21 0 4E 35 56 40 1D
Octal 120 170 32 41 0 116 65 126 100 35
Binary 1010000 1111000 11010 100001 0 1001110 110101 1010110 1000000 11101

Color Harmonies of #50781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50781A

Black with #50781A

Text Example


Text Example

White with #50781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50781A; }

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

 H1.HeaderClassName
 {
   color: #50781A;
 }
 .AnyTagClassName
 {
   color: #50781A;
 }
</style>

background-color css

<style>
 a { background-color: #50781A; }

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

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

border-color css

<style>
 span { border-color: #50781A; }

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

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