Html Css Color HEX #50782F Green Leaf

📋 copy color: '#50782F'

red 80 ◦ green 120 ◦ blue 47

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

Shades of Green Leaf #50782F

Tints of Green Leaf #50782F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 32.39%
G = 48.58%
B = 19.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#50782F (or 0x50782F) is known color: Green Leaf. HEX triplet: 50, 78 and 2F. RGB value is (80,120,47). Sum of RGB (Red+Green+Blue) = 80+120+47=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #50782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50782F is #AF87D0. Grayscale: #636363. Windows color (decimal): -11503569 or 3110992. OLE color: 3110992.

HSL color Cylindrical-coordinate representation of color #50782F: hue angle of 92.88º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50782F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 47 -
CMYK 0.33 0 0.61 0.53
HSL 92.88º 0.44% 0.33% -
HSV(B) 92.88º 0.61% 0.47% -
XYZ 10.54 15.34 5.1 -
YUV 99.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 80 120 47 0.33 0 0.61 0.53 92.88 0.44 0.33
Hex 50 78 2F 21 0 3D 35 5D 2C 21
Octal 120 170 57 41 0 75 65 135 54 41
Binary 1010000 1111000 101111 100001 0 111101 110101 1011101 101100 100001

Color Harmonies of #50782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50782F

Black with #50782F

Text Example


Text Example

White with #50782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50782F;
 }
 .AnyTagClassName
 {
   color: #50782F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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