Html Css Color HEX #50682F Green Leaf

📋 copy color: '#50682F'

red 80 ◦ green 104 ◦ blue 47

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

Shades of Green Leaf #50682F

Tints of Green Leaf #50682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.02%

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

R = 34.63%
G = 45.02%
B = 20.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#50682F (or 0x50682F) is known color: Green Leaf. HEX triplet: 50, 68 and 2F. RGB value is (80,104,47). Sum of RGB (Red+Green+Blue) = 80+104+47=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #50682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50682F is #AF97D0. Grayscale: #5A5A5A. Windows color (decimal): -11507665 or 3106896. OLE color: 3106896.

HSL color Cylindrical-coordinate representation of color #50682F: hue angle of 85.26º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50682F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 47 -
CMYK 0.23 0 0.55 0.59
HSL 85.26º 0.38% 0.3% -
HSV(B) 85.26º 0.55% 0.41% -
XYZ 8.77 11.81 4.51 -
YUV 90.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 80 104 47 0.23 0 0.55 0.59 85.26 0.38 0.3
Hex 50 68 2F 17 0 37 3B 55 26 1E
Octal 120 150 57 27 0 67 73 125 46 36
Binary 1010000 1101000 101111 10111 0 110111 111011 1010101 100110 11110

Color Harmonies of #50682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50682F

Black with #50682F

Text Example


Text Example

White with #50682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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